org.fusesource.hawtbuf.proto.compiler.parser
Class ProtoParserTokenManager
java.lang.Object
org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserTokenManager
- All Implemented Interfaces:
- ProtoParserConstants
public class ProtoParserTokenManager
- extends Object
- implements ProtoParserConstants
| Fields inherited from interface org.fusesource.hawtbuf.proto.compiler.parser.ProtoParserConstants |
COMMA, COMMENT, DECIMAL_LITERAL, DEFAULT, ENUM, EOF, EQUALS, EXPONENT, EXTEND, EXTENSIONS, FLOAT, GROUP, HEX_LITERAL, ID, IMPORT, INTEGER, LBRACE, LBRACKET, LPAREN, MAX, MESSAGE, OCTAL_LITERAL, OPTION, OPTIONAL, PACKAGE, PERIOD, RBRACE, RBRACKET, REPEATED, REQURIED, RETURNS, RPAREN, RPC, SEMICOLON, SERVICE, STRING, TO, tokenImage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public PrintStream debugStream
jjstrLiteralImages
public static final String[] jjstrLiteralImages
lexStateNames
public static final String[] lexStateNames
jjnewLexState
public static final int[] jjnewLexState
input_stream
protected SimpleCharStream input_stream
curChar
protected char curChar
ProtoParserTokenManager
public ProtoParserTokenManager(SimpleCharStream stream)
ProtoParserTokenManager
public ProtoParserTokenManager(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)
jjFillToken
protected Token jjFillToken()
getNextToken
public Token getNextToken()
Copyright © 2010 FuseSource. All Rights Reserved.