public class DIScriptParserTokenManager extends Object implements DIScriptParserConstants
Modifier and Type | Field and Description |
---|---|
protected static char |
curChar |
static PrintStream |
debugStream
Debug output.
|
protected static JavaCharStream |
input_stream |
static String[] |
jjstrLiteralImages
Token literal values.
|
static String[] |
lexStateNames
Lexer state names.
|
Constructor and Description |
---|
DIScriptParserTokenManager(JavaCharStream stream)
Constructor.
|
DIScriptParserTokenManager(JavaCharStream stream,
int lexState)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Token |
getNextToken()
Get the next Token.
|
protected static Token |
jjFillToken() |
static void |
ReInit(JavaCharStream stream)
Reinitialise parser.
|
static void |
ReInit(JavaCharStream 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 JavaCharStream input_stream
protected static char curChar
public DIScriptParserTokenManager(JavaCharStream stream)
public DIScriptParserTokenManager(JavaCharStream stream, int lexState)
public static void setDebugStream(PrintStream ds)
public static void ReInit(JavaCharStream stream)
public static void ReInit(JavaCharStream stream, int lexState)
public static void SwitchTo(int lexState)
protected static Token jjFillToken()
public static Token getNextToken()
Copyright © 2014. All rights reserved.