| Package | Description |
|---|---|
| de.weltraumschaf.commons.token |
New designed tokens.
|
| Modifier and Type | Field and Description |
|---|---|
private TokenType |
BaseToken.type
Token class type.
|
| Modifier and Type | Method and Description |
|---|---|
TokenType |
Token.getType()
Get the token type class.
|
TokenType |
BaseToken.getType()
Get the token type class.
|
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseToken(TokenType type,
Position position,
String raw,
T value)
Dedicated constructor .
|
StringToken(TokenType type,
Position position,
String raw,
String value)
Constructor for sub classes.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.