net.hydromatic.clapham.parser.bnf
Class BnfParserTokenManager
java.lang.Object
net.hydromatic.clapham.parser.bnf.BnfParserTokenManager
- All Implemented Interfaces:
- BnfParserConstants
public class BnfParserTokenManager
- extends Object
- implements BnfParserConstants
-
-
Fields inherited from interface net.hydromatic.clapham.parser.bnf.BnfParserConstants |
ASTERISK, BAR, BRACKETED_IDENTIFIER, COLCOLEQ, DEFAULT, DIGIT, EOF, HOOK, IDENTIFIER, IN_MULTI_LINE_COMMENT, IN_SINGLE_LINE_COMMENT, LETTER, LITERAL, LPAREN, MULTI_LINE_COMMENT, PLUS, QUOT, RPAREN, SINGLE_LINE_COMMENT, tokenImage |
debugStream
public PrintStream debugStream
jjstrLiteralImages
public static final String[] jjstrLiteralImages
lexStateNames
public static final String[] lexStateNames
jjnewLexState
public static final int[] jjnewLexState
BnfParserTokenManager
public BnfParserTokenManager(SimpleCharStream stream)
BnfParserTokenManager
public BnfParserTokenManager(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()