Uses of Enum
org.jparsec.examples.java.ast.expression.IntegerLiteral.Radix
Packages that use IntegerLiteral.Radix
-
Uses of IntegerLiteral.Radix in org.jparsec.examples.java.ast.expression
Fields in org.jparsec.examples.java.ast.expression declared as IntegerLiteral.RadixMethods in org.jparsec.examples.java.ast.expression that return IntegerLiteral.RadixModifier and TypeMethodDescriptionstatic IntegerLiteral.RadixReturns the enum constant of this type with the specified name.static IntegerLiteral.Radix[]IntegerLiteral.Radix.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 IntegerLiteral.RadixModifierConstructorDescriptionIntegerLiteral(IntegerLiteral.Radix radix, String number, NumberType type)