antlr.debug
Class InputBufferEventSupport
java.lang.Object
antlr.debug.InputBufferEventSupport
public class InputBufferEventSupport
extends java.lang.Object
protected static int | CONSUME
|
protected static int | LA
|
protected static int | MARK
|
protected static int | REWIND
|
CONSUME
protected static final int CONSUME
LA
protected static final int LA
MARK
protected static final int MARK
REWIND
protected static final int REWIND
InputBufferEventSupport
public InputBufferEventSupport(Object source)
fireConsume
public void fireConsume(char c)
fireEvents
public void fireEvents(int type,
Vector listeners)
fireLA
public void fireLA(char c,
int la)
fireMark
public void fireMark(int pos)
fireRewind
public void fireRewind(int pos)
getInputBufferListeners
public Vector getInputBufferListeners()
refresh
protected void refresh(Vector listeners)
refreshListeners
public void refreshListeners()