class Interpreter.LexerActionGetTokenType extends BlankDebugEventListener
Modifier and Type | Field and Description |
---|---|
(package private) Grammar |
g |
CommonToken |
token |
FALSE, PROTOCOL_VERSION, TRUE
Constructor and Description |
---|
LexerActionGetTokenType(Grammar g) |
Modifier and Type | Method and Description |
---|---|
void |
exitRule(java.lang.String grammarFileName,
java.lang.String ruleName)
This is the last thing executed before leaving a rule.
|
addChild, becomeRoot, beginBacktrack, beginResync, commence, consumeHiddenToken, consumeNode, consumeToken, createNode, createNode, endBacktrack, endResync, enterAlt, enterDecision, enterRule, enterSubRule, errorNode, exitDecision, exitSubRule, location, LT, LT, mark, nilNode, recognitionException, rewind, rewind, semanticPredicate, setTokenBoundaries, terminate
public CommonToken token
Grammar g
public LexerActionGetTokenType(Grammar g)
public void exitRule(java.lang.String grammarFileName, java.lang.String ruleName)
DebugEventListener
exitRule
in interface DebugEventListener
exitRule
in class BlankDebugEventListener