Package antlr.debug
Class InputBufferAdapter
java.lang.Object
antlr.debug.InputBufferAdapter
- All Implemented Interfaces:
InputBufferListener
,ListenerBase
,EventListener
A dummy implementation of a CharBufferListener -- this class is not
meant to be used by itself -- it's meant to be subclassed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
charConsumed method comment.void
charLA method comment.void
void
void
refresh()
-
Constructor Details
-
InputBufferAdapter
public InputBufferAdapter()
-
-
Method Details
-
doneParsing
- Specified by:
doneParsing
in interfaceListenerBase
-
inputBufferConsume
charConsumed method comment.- Specified by:
inputBufferConsume
in interfaceInputBufferListener
-
inputBufferLA
charLA method comment.- Specified by:
inputBufferLA
in interfaceInputBufferListener
-
inputBufferMark
- Specified by:
inputBufferMark
in interfaceInputBufferListener
-
inputBufferRewind
- Specified by:
inputBufferRewind
in interfaceInputBufferListener
-
refresh
public void refresh()- Specified by:
refresh
in interfaceListenerBase
-