public class TomlTokenizer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TomlTokenizer.NumberType |
| Constructor and Description |
|---|
TomlTokenizer(TomlReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Build any trailing values and throw if necessary
|
void |
step(char c,
int index) |
public TomlTokenizer(TomlReader reader)
public void finish()
throws TomlParsingException
TomlParsingExceptionpublic void step(char c,
int index)
throws TomlParsingException
TomlParsingException