antlr.debug
Class InputBufferEvent
java.lang.Object
java.util.EventObject
antlr.debug.Event
antlr.debug.InputBufferEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class InputBufferEvent
- extends Event
- See Also:
- Serialized Form
Constructor Summary |
InputBufferEvent(java.lang.Object source)
CharBufferEvent constructor comment. |
InputBufferEvent(java.lang.Object source,
int type,
char c,
int lookaheadAmount)
CharBufferEvent constructor comment. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONSUME
public static final int CONSUME
- See Also:
- Constant Field Values
LA
public static final int LA
- See Also:
- Constant Field Values
MARK
public static final int MARK
- See Also:
- Constant Field Values
REWIND
public static final int REWIND
- See Also:
- Constant Field Values
InputBufferEvent
public InputBufferEvent(java.lang.Object source)
- CharBufferEvent constructor comment.
- Parameters:
source
- java.lang.Object
InputBufferEvent
public InputBufferEvent(java.lang.Object source,
int type,
char c,
int lookaheadAmount)
- CharBufferEvent constructor comment.
- Parameters:
source
- java.lang.Object
getChar
public char getChar()
getLookaheadAmount
public int getLookaheadAmount()
toString
public java.lang.String toString()