Package antlr.debug
Interface ParserListener
- All Superinterfaces:
EventListener,ListenerBase,MessageListener,ParserMatchListener,ParserTokenListener,SemanticPredicateListener,SyntacticPredicateListener,TraceListener
- All Known Subinterfaces:
ParserController
- All Known Implementing Classes:
ParserAdapter,ParserReporter
public interface ParserListener
extends SemanticPredicateListener, ParserMatchListener, MessageListener, ParserTokenListener, TraceListener, SyntacticPredicateListener
-
Method Summary
Methods inherited from interface antlr.debug.ListenerBase
doneParsing, refreshMethods inherited from interface antlr.debug.MessageListener
reportError, reportWarningMethods inherited from interface antlr.debug.ParserMatchListener
parserMatch, parserMatchNot, parserMismatch, parserMismatchNotMethods inherited from interface antlr.debug.ParserTokenListener
parserConsume, parserLAMethods inherited from interface antlr.debug.SemanticPredicateListener
semanticPredicateEvaluatedMethods inherited from interface antlr.debug.SyntacticPredicateListener
syntacticPredicateFailed, syntacticPredicateStarted, syntacticPredicateSucceededMethods inherited from interface antlr.debug.TraceListener
enterRule, exitRule