public class TomlToken
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TomlToken.NumberType |
| Constructor and Description |
|---|
TomlToken(TomlReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
step(char c,
int index) |
public TomlToken(TomlReader reader)
public void finish()
throws TomlParsingException
TomlParsingExceptionpublic void step(char c,
int index)
throws TomlParsingException
TomlParsingException