|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--antlr.debug.Event | +--antlr.debug.InputBufferEvent
Untamed:
Field Summary | |
(package private) char |
c
|
static int |
CONSUME
Enabled: |
static int |
LA
Enabled: |
(package private) int |
lookaheadAmount
|
static int |
MARK
Enabled: |
static int |
REWIND
Enabled: |
Fields inherited from class antlr.debug.Event |
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InputBufferEvent(Object source)
Enabled: CharBufferEvent constructor comment. |
|
InputBufferEvent(Object source,
int type,
char c,
int lookaheadAmount)
Enabled: CharBufferEvent constructor comment. |
Method Summary | |
char |
getChar()
Enabled: |
int |
getLookaheadAmount()
Enabled: |
(package private) void |
setChar(char c)
|
(package private) void |
setLookaheadAmount(int la)
|
(package private) void |
setValues(int type,
char c,
int la)
This should NOT be called from anyone other than ParserEventSupport! |
String |
toString()
Suppressed: |
Methods inherited from class antlr.debug.Event |
getType, setType, setValues |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
char c
int lookaheadAmount
public static final int CONSUME
public static final int LA
public static final int MARK
public static final int REWIND
Constructor Detail |
public InputBufferEvent(Object source)
source
- java.lang.Objectpublic InputBufferEvent(Object source, int type, char c, int lookaheadAmount)
source
- java.lang.ObjectMethod Detail |
public char getChar()
public int getLookaheadAmount()
void setChar(char c)
void setLookaheadAmount(int la)
void setValues(int type, char c, int la)
public String toString()
toString
in class EventObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |