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