Uses of Enum
org.jparsec.examples.java.ast.expression.NumberType
Packages that use NumberType
-
Uses of NumberType in org.jparsec.examples.java.ast.expression
Fields in org.jparsec.examples.java.ast.expression declared as NumberTypeModifier and TypeFieldDescriptionfinal NumberTypeDecimalPointNumberLiteral.typefinal NumberTypeIntegerLiteral.typefinal NumberTypeScientificNumberLiteral.typeMethods in org.jparsec.examples.java.ast.expression that return NumberTypeModifier and TypeMethodDescriptionstatic NumberTypeReturns 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 NumberTypeModifierConstructorDescriptionDecimalPointNumberLiteral(String number, NumberType type) IntegerLiteral(IntegerLiteral.Radix radix, String number, NumberType type) ScientificNumberLiteral(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 NumberTypeModifier and TypeMethodDescription(package private) static Parser<NumberType> JavaLexer.numberType(NumberType defaultType) Methods in org.jparsec.examples.java.parser with parameters of type NumberTypeModifier and TypeMethodDescription(package private) static Parser<NumberType> JavaLexer.numberType(NumberType defaultType)