Package antlr.debug
Class InputBufferReporter
- java.lang.Object
-
- antlr.debug.InputBufferReporter
-
- All Implemented Interfaces:
InputBufferListener
,ListenerBase
,java.util.EventListener
public class InputBufferReporter extends java.lang.Object implements InputBufferListener
-
-
Constructor Summary
Constructors Constructor Description InputBufferReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doneParsing(TraceEvent e)
doneParsing method comment.void
inputBufferChanged(InputBufferEvent e)
void
inputBufferConsume(InputBufferEvent e)
charBufferConsume method comment.void
inputBufferLA(InputBufferEvent e)
charBufferLA method comment.void
inputBufferMark(InputBufferEvent e)
void
inputBufferRewind(InputBufferEvent e)
void
refresh()
refresh method comment.
-
-
-
Method Detail
-
doneParsing
public void doneParsing(TraceEvent e)
doneParsing method comment.- Specified by:
doneParsing
in interfaceListenerBase
-
inputBufferChanged
public void inputBufferChanged(InputBufferEvent e)
-
inputBufferConsume
public void inputBufferConsume(InputBufferEvent e)
charBufferConsume method comment.- Specified by:
inputBufferConsume
in interfaceInputBufferListener
-
inputBufferLA
public void inputBufferLA(InputBufferEvent e)
charBufferLA method comment.- Specified by:
inputBufferLA
in interfaceInputBufferListener
-
inputBufferMark
public void inputBufferMark(InputBufferEvent e)
- Specified by:
inputBufferMark
in interfaceInputBufferListener
-
inputBufferRewind
public void inputBufferRewind(InputBufferEvent e)
- Specified by:
inputBufferRewind
in interfaceInputBufferListener
-
refresh
public void refresh()
refresh method comment.- Specified by:
refresh
in interfaceListenerBase
-
-