| Package | Description |
|---|---|
| com.esotericsoftware.yamlbeans.tokenizer |
| Modifier and Type | Field and Description |
|---|---|
TokenType |
Token.type |
| Modifier and Type | Method and Description |
|---|---|
TokenType |
Tokenizer.peekNextTokenType() |
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 |
|---|
Token(TokenType type) |
Copyright © 2020. All rights reserved.