Class NumericValueExpression

    • Field Detail

      • TYPE_

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

        public static final Name SIGNED
        Name of the openGql.grammar.NumericValueExpression.signed field.
      • MULTIPLICATION_OR_DIVISION

        public static final Name MULTIPLICATION_OR_DIVISION
        Name of the openGql.grammar.NumericValueExpression.multiplicationOrDivision field.
      • ADDITION_OR_SUBTRACTION

        public static final Name ADDITION_OR_SUBTRACTION
        Name of the openGql.grammar.NumericValueExpression.additionOrSubtraction field.
      • PRIMARY

        public static final Name PRIMARY
        Name of the openGql.grammar.NumericValueExpression.primary field.
      • FUNCTION

        public static final Name FUNCTION
        Name of the openGql.grammar.NumericValueExpression.function field.