Uses of Class
org.jparsec.examples.java.ast.expression.NumberType
-
Packages that use NumberType Package Description org.jparsec.examples.java.ast.expression org.jparsec.examples.java.parser -
-
Uses of NumberType in org.jparsec.examples.java.ast.expression
Fields in org.jparsec.examples.java.ast.expression declared as NumberType Modifier and Type Field Description NumberType
DecimalPointNumberLiteral. type
NumberType
IntegerLiteral. type
NumberType
ScientificNumberLiteral. type
Methods in org.jparsec.examples.java.ast.expression that return NumberType Modifier and Type Method Description static NumberType
NumberType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberType[]
NumberType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jparsec.examples.java.ast.expression with parameters of type NumberType Constructor Description DecimalPointNumberLiteral(java.lang.String number, NumberType type)
IntegerLiteral(IntegerLiteral.Radix radix, java.lang.String number, NumberType type)
ScientificNumberLiteral(java.lang.String notation, NumberType type)
-
Uses of NumberType in org.jparsec.examples.java.parser
Methods in org.jparsec.examples.java.parser that return types with arguments of type NumberType Modifier and Type Method Description (package private) static Parser<NumberType>
JavaLexer. numberType(NumberType defaultType)
Methods in org.jparsec.examples.java.parser with parameters of type NumberType Modifier and Type Method Description (package private) static Parser<NumberType>
JavaLexer. numberType(NumberType defaultType)
-