Package | Description |
---|---|
evaluator |
Modifier and Type | Field and Description |
---|---|
private Token.Toktype
|
Token.tokType
|
Modifier and Type | Method and Description |
---|---|
Token.Toktype |
Token.getTokType()
|
static Token.Toktype |
Token.Toktype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Token.Toktype[]
|
Token.Toktype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|