public class ParserTokenManager extends Object implements ParserConstants
Modifier and Type | Field and Description |
---|---|
protected char |
curChar |
PrintStream |
debugStream |
protected SimpleCharStream |
input_stream |
static String[] |
jjstrLiteralImages |
static String[] |
lexStateNames |
DEFAULT, EOF, FUN, NUM, tokenImage, VAR
Constructor and Description |
---|
ParserTokenManager(SimpleCharStream stream) |
ParserTokenManager(SimpleCharStream stream,
int lexState) |
Modifier and Type | Method and Description |
---|---|
Token |
getNextToken() |
protected Token |
jjFillToken() |
void |
ReInit(SimpleCharStream stream) |
void |
ReInit(SimpleCharStream stream,
int lexState) |
void |
setDebugStream(PrintStream ds) |
void |
SwitchTo(int lexState) |
protected char curChar
public PrintStream debugStream
protected SimpleCharStream input_stream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
public ParserTokenManager(SimpleCharStream stream)
public ParserTokenManager(SimpleCharStream stream, int lexState)
public Token getNextToken()
protected Token jjFillToken()
public void ReInit(SimpleCharStream stream)
public void ReInit(SimpleCharStream stream, int lexState)
public void setDebugStream(PrintStream ds)
public void SwitchTo(int lexState)