Class ExactNumericLiteral

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.ExactNumericLiteral type.
      • SCIENTIFIC_WITH_SUFFIX

        public static final Name SCIENTIFIC_WITH_SUFFIX
        Name of the openGql.grammar.ExactNumericLiteral.scientificWithSuffix field.
      • COMMON_WITH_SUFFIX

        public static final Name COMMON_WITH_SUFFIX
        Name of the openGql.grammar.ExactNumericLiteral.commonWithSuffix field.
      • COMMON_WITHOUT_SUFFIX

        public static final Name COMMON_WITHOUT_SUFFIX
        Name of the openGql.grammar.ExactNumericLiteral.commonWithoutSuffix field.
      • INTEGER_WITH_SUFFIX

        public static final Name INTEGER_WITH_SUFFIX
        Name of the openGql.grammar.ExactNumericLiteral.integerWithSuffix field.
      • UNSIGNED_INTEGER

        public static final Name UNSIGNED_INTEGER
        Name of the openGql.grammar.ExactNumericLiteral.unsignedInteger field.