|
|||||||||||
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.GuessingEvent
Field Summary | |
private int |
guessing
|
Fields inherited from class antlr.debug.Event |
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
GuessingEvent(java.lang.Object source)
|
|
GuessingEvent(java.lang.Object source,
int type)
|
Method Summary | |
int |
getGuessing()
|
(package private) void |
setGuessing(int guessing)
|
(package private) void |
setValues(int type,
int guessing)
This should NOT be called from anyone other than ParserEventSupport! |
Methods inherited from class antlr.debug.Event |
getType, setType, setValues |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int guessing
Constructor Detail |
public GuessingEvent(java.lang.Object source)
public GuessingEvent(java.lang.Object source, int type)
Method Detail |
public int getGuessing()
void setGuessing(int guessing)
void setValues(int type, int guessing)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |