| Modifier and Type | Field and Description |
|---|---|
Tokenizer.TokenType |
Tokenizer.Token.type |
| Modifier and Type | Method and Description |
|---|---|
static Tokenizer.TokenType |
Tokenizer.TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tokenizer.TokenType[] |
Tokenizer.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Token(Tokenizer.TokenType type) |
Token(Tokenizer.TokenType type,
String value) |
Copyright © 2021. All rights reserved.