public class ReadTypesTokenManager extends java.lang.Object implements ReadTypesConstants
Modifier and Type | Field and Description |
---|---|
protected static char |
curChar |
static java.io.PrintStream |
debugStream
Debug output.
|
protected static SimpleCharStream |
input_stream |
static int[] |
jjnewLexState
Lex State array.
|
static java.lang.String[] |
jjstrLiteralImages
Token literal values.
|
static java.lang.String[] |
lexStateNames
Lexer state names.
|
DEFAULT, DIGIT, EOF, FORMAL_COMMENT, HEX, ID, IN_FORMAL_COMMENT, IN_MULTI_LINE_COMMENT, IN_SINGLE_LINE_COMMENT, INT, LETTER, MULTI_LINE_COMMENT, OCT, SINGLE_LINE_COMMENT, STRING, tokenImage
Constructor and Description |
---|
ReadTypesTokenManager(SimpleCharStream stream)
Constructor.
|
ReadTypesTokenManager(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(java.io.PrintStream ds)
Set debug output.
|
static void |
SwitchTo(int lexState)
Switch to specified lex state.
|
public static java.io.PrintStream debugStream
public static final java.lang.String[] jjstrLiteralImages
public static final java.lang.String[] lexStateNames
public static final int[] jjnewLexState
protected static SimpleCharStream input_stream
protected static char curChar
public ReadTypesTokenManager(SimpleCharStream stream)
public ReadTypesTokenManager(SimpleCharStream stream, int lexState)
public static void setDebugStream(java.io.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()