|
|||||||||||
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
Field Summary | |
private int |
type
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
Event(java.lang.Object source)
|
|
Event(java.lang.Object source,
int type)
|
Method Summary | |
int |
getType()
|
(package private) void |
setType(int type)
|
(package private) void |
setValues(int type)
This should NOT be called from anyone other than ParserEventSupport! |
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 type
Constructor Detail |
public Event(java.lang.Object source)
public Event(java.lang.Object source, int type)
Method Detail |
public int getType()
void setType(int type)
void setValues(int type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |