Class RMKeyChainParserTokenManager
java.lang.Object
com.inductiveautomation.rm.parsing.RMKeyChainParserTokenManager
- All Implemented Interfaces:
- RMKeyChainParserConstants
Token Manager.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected charDebug output.protected SimpleCharStreamstatic final int[]Lex State array.static final String[]Token literal values.static final String[]Lexer state names.Fields inherited from interface com.inductiveautomation.rm.parsing.RMKeyChainParserConstantsAND, ASSIGN, ASSIGNINCR, DEFAULT, DIVIDE, EOF, EOL, EQUAL, FLOAT, GREATERTHAN, GREATERTHANEQUAL, INT, KEY, LESSTHAN, LESSTHANEQUAL, MINUS, MOD, MULTIPLY, NOT, NOTEQUAL, OR, PLUS, STRING, tokenImage, WithinString
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor.RMKeyChainParserTokenManager(SimpleCharStream stream, int lexState) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionGet the next Token.protected TokenvoidReInit(SimpleCharStream stream) Reinitialise parser.voidReInit(SimpleCharStream stream, int lexState) Reinitialise parser.voidSet debug output.voidSwitchTo(int lexState) Switch to specified lex state.
- 
Field Details- 
debugStreamDebug output.
- 
jjstrLiteralImagesToken literal values.
- 
lexStateNamesLexer state names.
- 
jjnewLexStatepublic static final int[] jjnewLexStateLex State array.
- 
input_stream
- 
curCharprotected char curChar
 
- 
- 
Constructor Details- 
RMKeyChainParserTokenManagerConstructor.
- 
RMKeyChainParserTokenManagerConstructor.
 
- 
- 
Method Details- 
setDebugStreamSet debug output.
- 
ReInitReinitialise parser.
- 
ReInitReinitialise parser.
- 
SwitchTopublic void SwitchTo(int lexState) Switch to specified lex state.
- 
jjFillToken
- 
getNextTokenGet the next Token.
 
-