public class ParseTokenListener
extends org.antlr.runtime.debug.BlankDebugEventListener
Modifier and Type | Method and Description |
---|---|
void |
consumeHiddenToken(org.antlr.runtime.Token token)
Hidden tokens are tokens that are not processed at lexical processing
stage.
|
void |
consumeToken(org.antlr.runtime.Token token)
A regular token is delegated to the renderer for a string representation
and the resultant string is sent to the output stream.
|
void |
enterDecision(int d) |
void |
exitDecision(int i) |
addChild, becomeRoot, beginBacktrack, beginResync, commence, consumeNode, createNode, createNode, endBacktrack, endResync, enterAlt, enterRule, enterSubRule, errorNode, exitRule, exitSubRule, location, LT, LT, mark, nilNode, recognitionException, rewind, rewind, semanticPredicate, setTokenBoundaries, terminate
public void enterDecision(int d)
enterDecision
in interface org.antlr.runtime.debug.DebugEventListener
enterDecision
in class org.antlr.runtime.debug.BlankDebugEventListener
public void exitDecision(int i)
exitDecision
in interface org.antlr.runtime.debug.DebugEventListener
exitDecision
in class org.antlr.runtime.debug.BlankDebugEventListener
public void consumeToken(org.antlr.runtime.Token token)
consumeToken
in interface org.antlr.runtime.debug.DebugEventListener
consumeToken
in class org.antlr.runtime.debug.BlankDebugEventListener
public void consumeHiddenToken(org.antlr.runtime.Token token)
consumeHiddenToken
in interface org.antlr.runtime.debug.DebugEventListener
consumeHiddenToken
in class org.antlr.runtime.debug.BlankDebugEventListener
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.