java.lang.Objectantlr.debug.InputBufferAdapter
A dummy implementation of a CharBufferListener -- this class is not meant to be used by itself -- it's meant to be subclassed
| Constructor Summary | |
InputBufferAdapter()
|
|
| Method Summary | |
void |
doneParsing(TraceEvent e)
|
void |
inputBufferConsume(InputBufferEvent e)
charConsumed method comment. |
void |
inputBufferLA(InputBufferEvent e)
charLA method comment. |
void |
inputBufferMark(InputBufferEvent e)
|
void |
inputBufferRewind(InputBufferEvent e)
|
void |
refresh()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InputBufferAdapter()
| Method Detail |
public void doneParsing(TraceEvent e)
doneParsing in interface ListenerBasepublic void inputBufferConsume(InputBufferEvent e)
inputBufferConsume in interface InputBufferListenerpublic void inputBufferLA(InputBufferEvent e)
inputBufferLA in interface InputBufferListenerpublic void inputBufferMark(InputBufferEvent e)
inputBufferMark in interface InputBufferListenerpublic void inputBufferRewind(InputBufferEvent e)
inputBufferRewind in interface InputBufferListenerpublic void refresh()
refresh in interface ListenerBase