antlr.debug
Class InputBufferEvent
public class InputBufferEvent
InputBufferEvent(Object source) - CharBufferEvent constructor comment.
|
InputBufferEvent(Object source, int type, char c, int lookaheadAmount) - CharBufferEvent constructor comment.
|
CONSUME
public static final int CONSUME
- 0
LA
public static final int LA
- 1
MARK
public static final int MARK
- 2
REWIND
public static final int REWIND
- 3
c
(package private) char c
lookaheadAmount
(package private) int lookaheadAmount
InputBufferEvent
public InputBufferEvent(Object source)
CharBufferEvent constructor comment.
source
- java.lang.Object
InputBufferEvent
public InputBufferEvent(Object source,
int type,
char c,
int lookaheadAmount)
CharBufferEvent constructor comment.
source
- java.lang.Object
getChar
public char getChar()
getLookaheadAmount
public int getLookaheadAmount()
setChar
(package private) void setChar(char c)
setLookaheadAmount
(package private) void setLookaheadAmount(int la)
setValues
(package private) void setValues(int type,
char c,
int la)
This should NOT be called from anyone other than ParserEventSupport!
toString
public String toString()