antlr.debug

Interface ParserMatchListener

public interface ParserMatchListener extends ListenerBase

Method Summary
voidparserMatch(ParserMatchEvent e)
voidparserMatchNot(ParserMatchEvent e)
voidparserMismatch(ParserMatchEvent e)
voidparserMismatchNot(ParserMatchEvent e)

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)