Class RangeLiteralFeatures

  • All Implemented Interfaces:
    java.io.Serializable

    public class RangeLiteralFeatures
    extends java.lang.Object
    implements java.io.Serializable
    Range literals within relationship patterns
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_NAME

        public static final Name TYPE_NAME
      • FIELD_NAME_BOUNDS

        public static final Name FIELD_NAME_BOUNDS
      • FIELD_NAME_EXACT_RANGE

        public static final Name FIELD_NAME_EXACT_RANGE
      • FIELD_NAME_LOWER_BOUND

        public static final Name FIELD_NAME_LOWER_BOUND
      • FIELD_NAME_STAR_RANGE

        public static final Name FIELD_NAME_STAR_RANGE
      • FIELD_NAME_UPPER_BOUND

        public static final Name FIELD_NAME_UPPER_BOUND
      • bounds

        public final java.lang.Boolean bounds
        Range literals with both lower and upper bounds
      • exactRange

        public final java.lang.Boolean exactRange
        Range literals providing an exact number of repetitions
      • lowerBound

        public final java.lang.Boolean lowerBound
        Range literals with a lower bound (only)
      • starRange

        public final java.lang.Boolean starRange
        The * range literal
      • upperBound

        public final java.lang.Boolean upperBound
        Range literals with an upper bound (only)
    • Constructor Detail

      • RangeLiteralFeatures

        public RangeLiteralFeatures​(java.lang.Boolean bounds,
                                    java.lang.Boolean exactRange,
                                    java.lang.Boolean lowerBound,
                                    java.lang.Boolean starRange,
                                    java.lang.Boolean upperBound)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object