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


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

Method Detail

parserMatch

public void parserMatch(ParserMatchEvent e)

parserMatchNot

public void parserMatchNot(ParserMatchEvent e)

parserMismatch

public void parserMismatch(ParserMatchEvent e)

parserMismatchNot

public void parserMismatchNot(ParserMatchEvent e)


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.