public class ParserTokenManager extends Object implements ParserConstants
Modifier and Type | Field and Description |
---|---|
PrintStream |
debugStream |
static String[] |
jjstrLiteralImages |
static String[] |
lexStateNames |
ACRONYM, CJK_LETTER, DATE, DEFAULT, DIGIT, EOF, GRAM, LETTER, MARK, NUM, SYMBOL, tokenImage, WORD
Constructor and Description |
---|
ParserTokenManager(SimpleCharStream stream) |
ParserTokenManager(SimpleCharStream stream,
int lexState) |
Modifier and Type | Method and Description |
---|---|
Token |
getNextToken() |
void |
ReInit(SimpleCharStream stream) |
void |
ReInit(SimpleCharStream stream,
int lexState) |
void |
setDebugStream(PrintStream ds) |
void |
SwitchTo(int lexState) |
public PrintStream debugStream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
public ParserTokenManager(SimpleCharStream stream)
public ParserTokenManager(SimpleCharStream stream, int lexState)
public void setDebugStream(PrintStream ds)
public void ReInit(SimpleCharStream stream)
public void ReInit(SimpleCharStream stream, int lexState)
public void SwitchTo(int lexState)
public Token getNextToken()
Copyright © 2016 Egothor. All Rights Reserved.