@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class RccTokenManager extends Object implements RccConstants
Modifier and Type | Field and Description |
---|---|
protected char |
curChar
Deprecated.
|
PrintStream |
debugStream
Deprecated.
|
protected SimpleCharStream |
input_stream
Deprecated.
|
static int[] |
jjnewLexState
Deprecated.
|
static String[] |
jjstrLiteralImages
Deprecated.
|
static String[] |
lexStateNames
Deprecated.
|
BOOLEAN_TKN, BUFFER_TKN, BYTE_TKN, COMMA_TKN, CSTRING_TKN, DEFAULT, DOT_TKN, DOUBLE_TKN, EOF, FLOAT_TKN, GT_TKN, IDENT_TKN, INCLUDE_TKN, INT_TKN, LBRACE_TKN, LONG_TKN, LT_TKN, MAP_TKN, MODULE_TKN, RBRACE_TKN, RECORD_TKN, SEMICOLON_TKN, tokenImage, USTRING_TKN, VECTOR_TKN, WithinMultiLineComment, WithinOneLineComment
Constructor and Description |
---|
RccTokenManager(SimpleCharStream stream)
Deprecated.
|
RccTokenManager(SimpleCharStream stream,
int lexState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Token |
getNextToken()
Deprecated.
|
protected Token |
jjFillToken()
Deprecated.
|
void |
ReInit(SimpleCharStream stream)
Deprecated.
|
void |
ReInit(SimpleCharStream stream,
int lexState)
Deprecated.
|
void |
setDebugStream(PrintStream ds)
Deprecated.
|
void |
SwitchTo(int lexState)
Deprecated.
|
public PrintStream debugStream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
public static final int[] jjnewLexState
protected SimpleCharStream input_stream
protected char curChar
public RccTokenManager(SimpleCharStream stream)
public RccTokenManager(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)
protected Token jjFillToken()
public Token getNextToken()
Copyright © 2017 Apache Software Foundation. All rights reserved.