SCDParserConstants
public class SCDParserTokenManager extends Object implements SCDParserConstants
Modifier and Type | Field | Description |
---|---|---|
protected char |
curChar |
|
PrintStream |
debugStream |
|
protected SimpleCharStream |
input_stream |
|
static String[] |
jjstrLiteralImages |
|
static String[] |
lexStateNames |
BaseChar, CombiningChar, DEFAULT, EOF, Extender, FACETNAME, Ideographic, Letter, NCNAME, NUMBER, tokenImage, UnicodeDigit
Constructor | Description |
---|---|
SCDParserTokenManager(SimpleCharStream stream) |
|
SCDParserTokenManager(SimpleCharStream stream,
int lexState) |
Modifier and Type | Method | Description |
---|---|---|
Token |
getNextToken() |
|
protected Token |
jjFillToken() |
|
void |
ReInit(SimpleCharStream stream) |
|
void |
ReInit(SimpleCharStream stream,
int lexState) |
|
void |
setDebugStream(PrintStream ds) |
|
void |
SwitchTo(int lexState) |
public PrintStream debugStream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
protected SimpleCharStream input_stream
protected char curChar
public SCDParserTokenManager(SimpleCharStream stream)
public SCDParserTokenManager(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 © 2018 Oracle Corporation. All rights reserved.