Package | Description |
---|---|
org.jparsec.examples.java.ast.expression |
Modifier and Type | Field and Description |
---|---|
NumberType |
ScientificNumberLiteral.type |
NumberType |
IntegerLiteral.type |
NumberType |
DecimalPointNumberLiteral.type |
Modifier and Type | Method and Description |
---|---|
static NumberType |
NumberType.valueOf(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.
|
Constructor and Description |
---|
DecimalPointNumberLiteral(String number,
NumberType type) |
IntegerLiteral(IntegerLiteral.Radix radix,
String number,
NumberType type) |
ScientificNumberLiteral(String notation,
NumberType type) |
Copyright © 2013–2016 jparsec. All rights reserved.