Package antlr.debug
Interface InputBufferListener
-
- All Superinterfaces:
java.util.EventListener,ListenerBase
- All Known Implementing Classes:
InputBufferAdapter,InputBufferReporter
public interface InputBufferListener extends ListenerBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinputBufferConsume(InputBufferEvent e)voidinputBufferLA(InputBufferEvent e)voidinputBufferMark(InputBufferEvent e)voidinputBufferRewind(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)
-
-