antlr.debug

Interface InputBufferListener

All Superinterfaces:
EventListener, ListenerBase
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 Details

inputBufferConsume

public void inputBufferConsume(InputBufferEvent e)

inputBufferLA

public void inputBufferLA(InputBufferEvent e)

inputBufferMark

public void inputBufferMark(InputBufferEvent e)

inputBufferRewind

public void inputBufferRewind(InputBufferEvent e)