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