public class DungParserTokenManager extends Object implements DungParserConstants
| Modifier and Type | Field and Description |
|---|---|
protected static char |
curChar |
static PrintStream |
debugStream
Debug output.
|
protected static SimpleCharStream |
input_stream |
static String[] |
jjstrLiteralImages
Token literal values.
|
static String[] |
lexStateNames
Lexer state names.
|
ARGUMENT_NAME, DEFAULT, EOF, tokenImage| Constructor and Description |
|---|
DungParserTokenManager(SimpleCharStream stream)
Constructor.
|
DungParserTokenManager(SimpleCharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Token |
getNextToken()
Get the next Token.
|
protected static Token |
jjFillToken() |
static void |
ReInit(SimpleCharStream stream)
Reinitialise parser.
|
static void |
ReInit(SimpleCharStream stream,
int lexState)
Reinitialise parser.
|
static void |
setDebugStream(PrintStream ds)
Set debug output.
|
static void |
SwitchTo(int lexState)
Switch to specified lex state.
|
public static PrintStream debugStream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
protected static SimpleCharStream input_stream
protected static char curChar
public DungParserTokenManager(SimpleCharStream stream)
public DungParserTokenManager(SimpleCharStream stream, int lexState)
public static void setDebugStream(PrintStream ds)
public static void ReInit(SimpleCharStream stream)
public static void ReInit(SimpleCharStream stream, int lexState)
public static void SwitchTo(int lexState)
protected static Token jjFillToken()
public static Token getNextToken()
Copyright © 2018. All rights reserved.