Class ValueExpression

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.ValueExpression type.
      • SIGNED

        public static final Name SIGNED
        Name of the openGql.grammar.ValueExpression.signed field.
      • MULT_DIV

        public static final Name MULT_DIV
        Name of the openGql.grammar.ValueExpression.multDiv field.
      • ADD_SUBTRACT

        public static final Name ADD_SUBTRACT
        Name of the openGql.grammar.ValueExpression.addSubtract field.
      • CONCATENATION

        public static final Name CONCATENATION
        Name of the openGql.grammar.ValueExpression.concatenation field.
      • NOT

        public static final Name NOT
        Name of the openGql.grammar.ValueExpression.not field.
      • IS_NOT

        public static final Name IS_NOT
        Name of the openGql.grammar.ValueExpression.isNot field.
      • CONJUNCTIVE

        public static final Name CONJUNCTIVE
        Name of the openGql.grammar.ValueExpression.conjunctive field.
      • DISJUNCTIVE

        public static final Name DISJUNCTIVE
        Name of the openGql.grammar.ValueExpression.disjunctive field.
      • COMPARISON

        public static final Name COMPARISON
        Name of the openGql.grammar.ValueExpression.comparison field.
      • PREDICATE

        public static final Name PREDICATE
        Name of the openGql.grammar.ValueExpression.predicate field.
      • NORMALIZED_PREDICATE

        public static final Name NORMALIZED_PREDICATE
        Name of the openGql.grammar.ValueExpression.normalizedPredicate field.
      • PROPERTY_GRAPH

        public static final Name PROPERTY_GRAPH
        Name of the openGql.grammar.ValueExpression.propertyGraph field.
      • BINDING_TABLE

        public static final Name BINDING_TABLE
        Name of the openGql.grammar.ValueExpression.bindingTable field.
      • VALUE_FUNCTION

        public static final Name VALUE_FUNCTION
        Name of the openGql.grammar.ValueExpression.valueFunction field.
      • PRIMARY

        public static final Name PRIMARY
        Name of the openGql.grammar.ValueExpression.primary field.