Class IsOrColonWithLabels

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.IsOrColonWithLabels type.
      • IS_OR_COLON

        public static final Name IS_OR_COLON
        Name of the openGql.grammar.IsOrColonWithLabels.isOrColon field.
      • LABELS

        public static final Name LABELS
        Name of the openGql.grammar.IsOrColonWithLabels.labels field.
      • isOrColon

        public final IsOrColon isOrColon
      • labels

        public final java.util.List<java.lang.String> labels
    • Constructor Detail

      • IsOrColonWithLabels

        public IsOrColonWithLabels​(IsOrColon isOrColon,
                                   java.util.List<java.lang.String> labels)
        Constructs an immutable IsOrColonWithLabels.
    • 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