Modifier and Type | Class and Description |
---|---|
static class |
Tokenizer.Token |
static class |
Tokenizer.TokenType |
Modifier and Type | Field and Description |
---|---|
private int |
c |
private Tokenizer.Token |
currentToken |
private int |
index |
private Set<Character> |
specialCharaters |
private String |
template |
private StringBuilder |
text |
Modifier and Type | Method and Description |
---|---|
private void |
getChar() |
Tokenizer.Token |
lookAhead() |
Tokenizer.Token |
nextToken() |
Tokenizer.Token |
skip(char lastChar) |
private final Set<Character> specialCharaters
private int c
private int index
private Tokenizer.Token currentToken
private final StringBuilder text
private void getChar()
public Tokenizer.Token nextToken() throws ParseError
ParseError
public Tokenizer.Token lookAhead() throws ParseError
ParseError
public Tokenizer.Token skip(char lastChar)