antlr.debug
Interface ParserMatchListener

All Superinterfaces:
EventListener, ListenerBase
All Known Subinterfaces:
ParserController, ParserListener
All Known Implementing Classes:
ParserAdapter, ParserMatchAdapter, ParserReporter

public interface ParserMatchListener
extends ListenerBase

Untamed:


Method Summary
 void parserMatch(ParserMatchEvent e)
          Enabled:
 void parserMatchNot(ParserMatchEvent e)
          Enabled:
 void parserMismatch(ParserMatchEvent e)
          Enabled:
 void parserMismatchNot(ParserMatchEvent e)
          Enabled:
 
Methods inherited from interface antlr.debug.ListenerBase
doneParsing, refresh
 

Method Detail

parserMatch

public void parserMatch(ParserMatchEvent e)
Enabled:


parserMatchNot

public void parserMatchNot(ParserMatchEvent e)
Enabled:


parserMismatch

public void parserMismatch(ParserMatchEvent e)
Enabled:


parserMismatchNot

public void parserMismatchNot(ParserMatchEvent e)
Enabled:



comments?