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 TypeMethodDescriptionvoidvoidcharConsumed method comment.voidcharLA method comment.voidvoidvoidrefresh()
-
Constructor Details
-
InputBufferAdapter
public InputBufferAdapter()
-
-
Method Details
-
doneParsing
- Specified by:
doneParsingin interfaceListenerBase
-
inputBufferConsume
charConsumed method comment.- Specified by:
inputBufferConsumein interfaceInputBufferListener
-
inputBufferLA
charLA method comment.- Specified by:
inputBufferLAin interfaceInputBufferListener
-
inputBufferMark
- Specified by:
inputBufferMarkin interfaceInputBufferListener
-
inputBufferRewind
- Specified by:
inputBufferRewindin interfaceInputBufferListener
-
refresh
public void refresh()- Specified by:
refreshin interfaceListenerBase
-