File
Doc
Category
Size
Date
Package
InputBufferAdapter.java
API Doc
Glassfish v2 API
606
Wed Feb 08 12:31:18 GMT 2006
persistence.antlr.debug
InputBufferAdapter
java.lang.Object
public abstract class InputBufferAdapter extends Object implements InputBufferListener
A dummy implementation of a CharBufferListener -- this class is not meant to be used by itself -- it's meant to be subclassed
Fields Summary
Constructors Summary
Methods Summary
public void
doneParsing
(
persistence.antlr.debug.TraceEvent
e)
public void
inputBufferConsume
(
persistence.antlr.debug.InputBufferEvent
e)
charConsumed method comment.
public void
inputBufferLA
(
persistence.antlr.debug.InputBufferEvent
e)
charLA method comment.
public void
inputBufferMark
(
persistence.antlr.debug.InputBufferEvent
e)
public void
inputBufferRewind
(
persistence.antlr.debug.InputBufferEvent
e)
public void
refresh
()
Java Code Source