public class SimpleTokenManager extends Object implements SimpleConstants
Modifier and Type | Field and Description |
---|---|
PrintStream |
debugStream |
static String[] |
jjstrLiteralImages |
static String[] |
lexStateNames |
Constructor and Description |
---|
SimpleTokenManager(CharStream stream) |
SimpleTokenManager(CharStream stream,
int lexState) |
Modifier and Type | Method and Description |
---|---|
Token |
getNextToken() |
void |
ReInit(CharStream stream) |
void |
ReInit(CharStream stream,
int lexState) |
void |
setDebugStream(PrintStream ds) |
void |
SwitchTo(int lexState) |
public PrintStream debugStream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
public SimpleTokenManager(CharStream stream)
public SimpleTokenManager(CharStream stream, int lexState)
public void setDebugStream(PrintStream ds)
public void ReInit(CharStream stream)
public void ReInit(CharStream stream, int lexState)
public void SwitchTo(int lexState)
public Token getNextToken()
Copyright © 2016 Egothor. All Rights Reserved.