antlr.debug
Class InputBufferAdapter

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

public abstract class InputBufferAdapter
extends Object
implements InputBufferListener

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputBufferAdapter

public InputBufferAdapter()
Method Detail

doneParsing

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

inputBufferConsume

public void inputBufferConsume(InputBufferEvent e)
charConsumed method comment.

Specified by:
inputBufferConsume in interface InputBufferListener

inputBufferLA

public void inputBufferLA(InputBufferEvent e)
charLA method comment.

Specified by:
inputBufferLA in interface InputBufferListener

inputBufferMark

public void inputBufferMark(InputBufferEvent e)
Specified by:
inputBufferMark in interface InputBufferListener

inputBufferRewind

public void inputBufferRewind(InputBufferEvent e)
Specified by:
inputBufferRewind in interface InputBufferListener

refresh

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


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