Class LabelExpression

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.LabelExpression type.
      • NEGATION

        public static final Name NEGATION
        Name of the openGql.grammar.LabelExpression.negation field.
      • CONJUNCTION

        public static final Name CONJUNCTION
        Name of the openGql.grammar.LabelExpression.conjunction field.
      • DISJUNCTION

        public static final Name DISJUNCTION
        Name of the openGql.grammar.LabelExpression.disjunction field.
      • NAME

        public static final Name NAME
        Name of the openGql.grammar.LabelExpression.name field.
      • WILDCARD

        public static final Name WILDCARD
        Name of the openGql.grammar.LabelExpression.wildcard field.
      • PARENTHESIZED

        public static final Name PARENTHESIZED
        Name of the openGql.grammar.LabelExpression.parenthesized field.