| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Field and Description |
|---|---|
YamlToken |
YamlToken.toEnd
The corresponding end token for certain start tokens.
|
| Modifier and Type | Method and Description |
|---|---|
YamlToken |
YamlTokeniser.context()
Returns the context of the YAML tokenization process.
|
YamlToken |
YamlTokeniser.current()
Gets the current token in the tokenization process.
|
YamlToken |
YamlTokeniser.next()
Fetches the next token based on the current context's indentation.
|
@NotNull YamlToken |
YamlTokeniser.next(int minIndent)
Retrieves the next YAML token considering the minimum indentation provided.
|
static YamlToken |
YamlToken.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlToken[] |
YamlToken.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YamlTokeniser.push(YamlToken token)
Adds a YamlToken to the list of pushed tokens.
|
Copyright © 2024. All rights reserved.