Class PrimaryValueExpression

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PrimaryValueExpression type.
      • PARENTHESIZED

        public static final Name PARENTHESIZED
        Name of the openGql.grammar.PrimaryValueExpression.parenthesized field.
      • AGGREGATE_FUNCTION

        public static final Name AGGREGATE_FUNCTION
        Name of the openGql.grammar.PrimaryValueExpression.aggregateFunction field.
      • UNSIGNED_VALUE_SPECIFICATION

        public static final Name UNSIGNED_VALUE_SPECIFICATION
        Name of the openGql.grammar.PrimaryValueExpression.unsignedValueSpecification field.
      • PATH_VALUE_CONSTRUCTOR

        public static final Name PATH_VALUE_CONSTRUCTOR
        Name of the openGql.grammar.PrimaryValueExpression.pathValueConstructor field.
      • PROPERTY_REFERENCE

        public static final Name PROPERTY_REFERENCE
        Name of the openGql.grammar.PrimaryValueExpression.propertyReference field.
      • VALUE_QUERY_EXPRESSION

        public static final Name VALUE_QUERY_EXPRESSION
        Name of the openGql.grammar.PrimaryValueExpression.valueQueryExpression field.
      • CASE_EXPRESSION

        public static final Name CASE_EXPRESSION
        Name of the openGql.grammar.PrimaryValueExpression.caseExpression field.
      • CAST_SPECIFICATION

        public static final Name CAST_SPECIFICATION
        Name of the openGql.grammar.PrimaryValueExpression.castSpecification field.
      • ELEMENT_ID_FUNCTION

        public static final Name ELEMENT_ID_FUNCTION
        Name of the openGql.grammar.PrimaryValueExpression.elementIdFunction field.
      • LET_VALUE_EXPRESSION

        public static final Name LET_VALUE_EXPRESSION
        Name of the openGql.grammar.PrimaryValueExpression.letValueExpression field.
      • BINDING_VARIABLE_REFERENCE

        public static final Name BINDING_VARIABLE_REFERENCE
        Name of the openGql.grammar.PrimaryValueExpression.bindingVariableReference field.