net.hydromatic.clapham.parser.wirth
Class WirthParserTokenManager
java.lang.Object
net.hydromatic.clapham.parser.wirth.WirthParserTokenManager
- All Implemented Interfaces:
- WirthParserConstants
public class WirthParserTokenManager
- extends Object
- implements WirthParserConstants
-
-
Fields inherited from interface net.hydromatic.clapham.parser.wirth.WirthParserConstants |
BAR, DEFAULT, DIGIT, DOT, EOF, EQ, IDENTIFIER, LBRACE, LBRACKET, LETTER, LITERAL, LPAREN, QUOT, RBRACE, RBRACKET, RPAREN, tokenImage |
debugStream
public PrintStream debugStream
jjstrLiteralImages
public static final String[] jjstrLiteralImages
lexStateNames
public static final String[] lexStateNames
WirthParserTokenManager
public WirthParserTokenManager(SimpleCharStream stream)
WirthParserTokenManager
public WirthParserTokenManager(SimpleCharStream stream,
int lexState)
setDebugStream
public void setDebugStream(PrintStream ds)
ReInit
public void ReInit(SimpleCharStream stream)
ReInit
public void ReInit(SimpleCharStream stream,
int lexState)
SwitchTo
public void SwitchTo(int lexState)
getNextToken
public Token getNextToken()