antlr.debug
Class InputBufferAdapter

java.lang.Object
  |
  +--antlr.debug.InputBufferAdapter
All Implemented Interfaces:
EventListener, InputBufferListener, ListenerBase

public abstract class InputBufferAdapter
extends Object
implements InputBufferListener

Untamed: 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()
          Enabled:
 
Method Summary
 void doneParsing(TraceEvent e)
          Enabled:
 void inputBufferConsume(InputBufferEvent e)
          Enabled: charConsumed method comment.
 void inputBufferLA(InputBufferEvent e)
          Enabled: charLA method comment.
 void inputBufferMark(InputBufferEvent e)
          Enabled:
 void inputBufferRewind(InputBufferEvent e)
          Enabled:
 void refresh()
          Enabled:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputBufferAdapter

public InputBufferAdapter()
Enabled:

Method Detail

doneParsing

public void doneParsing(TraceEvent e)
Enabled:

Specified by:
doneParsing in interface ListenerBase

inputBufferConsume

public void inputBufferConsume(InputBufferEvent e)
Enabled: charConsumed method comment.

Specified by:
inputBufferConsume in interface InputBufferListener

inputBufferLA

public void inputBufferLA(InputBufferEvent e)
Enabled: charLA method comment.

Specified by:
inputBufferLA in interface InputBufferListener

inputBufferMark

public void inputBufferMark(InputBufferEvent e)
Enabled:

Specified by:
inputBufferMark in interface InputBufferListener

inputBufferRewind

public void inputBufferRewind(InputBufferEvent e)
Enabled:

Specified by:
inputBufferRewind in interface InputBufferListener

refresh

public void refresh()
Enabled:

Specified by:
refresh in interface ListenerBase


comments?