antlr.debug
Interface InputBufferListener

All Superinterfaces:
java.util.EventListener, ListenerBase
All Known Implementing Classes:
InputBufferAdapter, InputBufferReporter

public interface InputBufferListener
extends ListenerBase


Method Summary
 void inputBufferConsume(InputBufferEvent e)
           
 void inputBufferLA(InputBufferEvent e)
           
 void inputBufferMark(InputBufferEvent e)
           
 void inputBufferRewind(InputBufferEvent e)
           
 
Methods inherited from interface antlr.debug.ListenerBase
doneParsing, refresh
 

Method Detail

inputBufferConsume

void inputBufferConsume(InputBufferEvent e)

inputBufferLA

void inputBufferLA(InputBufferEvent e)

inputBufferMark

void inputBufferMark(InputBufferEvent e)

inputBufferRewind

void inputBufferRewind(InputBufferEvent e)