public class ParserTokenManager extends Object implements ParserConstants
| Modifier and Type | Field and Description |
|---|---|
PrintStream |
debugStream |
static String[] |
jjstrLiteralImages |
static String[] |
lexStateNames |
DECIMAL_LITERAL, DEFAULT, DIGIT, EOF, EXPONENT, FLOATING_POINT_LITERAL, HEX_LITERAL, IDENTIFIER, IMMEDIATE_IDENTIFIER, INTEGER_LITERAL, KEY_IDENTIFIER, LBRACE, LBRACKET, LETTER, RBRACE, RBRACKET, STRING_LITERAL, tokenImage| Constructor and Description |
|---|
ParserTokenManager(JavaCharStream stream) |
ParserTokenManager(JavaCharStream stream,
int lexState) |
| Modifier and Type | Method and Description |
|---|---|
Token |
getNextToken() |
void |
ReInit(JavaCharStream stream) |
void |
ReInit(JavaCharStream stream,
int lexState) |
void |
setDebugStream(PrintStream ds) |
void |
SwitchTo(int lexState) |
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
public PrintStream debugStream
public ParserTokenManager(JavaCharStream stream)
public ParserTokenManager(JavaCharStream stream, int lexState)
public Token getNextToken()
public void ReInit(JavaCharStream stream)
public void ReInit(JavaCharStream stream, int lexState)
public void setDebugStream(PrintStream ds)
public void SwitchTo(int lexState)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.