antlr.debug
Class ParserTokenAdapter

java.lang.Object
  extended by antlr.debug.ParserTokenAdapter
All Implemented Interfaces:
ListenerBase, ParserTokenListener, java.util.EventListener

public class ParserTokenAdapter
extends java.lang.Object
implements ParserTokenListener


Constructor Summary
ParserTokenAdapter()
           
 
Method Summary
 void doneParsing(TraceEvent e)
           
 void parserConsume(ParserTokenEvent e)
           
 void parserLA(ParserTokenEvent e)
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserTokenAdapter

public ParserTokenAdapter()
Method Detail

doneParsing

public void doneParsing(TraceEvent e)
Specified by:
doneParsing in interface ListenerBase

parserConsume

public void parserConsume(ParserTokenEvent e)
Specified by:
parserConsume in interface ParserTokenListener

parserLA

public void parserLA(ParserTokenEvent e)
Specified by:
parserLA in interface ParserTokenListener

refresh

public void refresh()
Specified by:
refresh in interface ListenerBase