Class IsOrColonWithLabels

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<IsOrColonWithLabels>

    public class IsOrColonWithLabels
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<IsOrColonWithLabels>
    A GQL is or colon with labels
    See Also:
    Serialized Form
    • 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.