Modifier and Type | Field and Description |
---|---|
protected char |
ch |
protected short |
column |
protected static char |
EOT |
protected int |
index |
protected short |
line |
protected Token |
text |
Constructor and Description |
---|
BaseTokenizer(CharSequence text) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
eot() |
protected char |
escape() |
protected void |
find(char target,
char deeper) |
protected char |
getch() |
protected char |
getch(boolean peek) |
protected boolean |
isBlank(char ch) |
protected char |
peek() |
protected void |
skipQuote() |
protected void |
skipSpace() |
protected void |
skipSpace(boolean skipNewLines) |
Token |
text() |
protected static final char EOT
protected final Token text
protected short line
protected short column
protected char ch
protected int index
public BaseTokenizer(CharSequence text)
public Token text()
protected void find(char target, char deeper)
protected char escape()
protected void skipQuote()
protected void skipSpace()
protected void skipSpace(boolean skipNewLines)
protected boolean isBlank(char ch)
protected boolean eot()
protected char getch()
protected char peek()
protected char getch(boolean peek)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.