Package antlr.debug
Class Event
java.lang.Object
java.util.EventObject
antlr.debug.Event
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GuessingEvent
,InputBufferEvent
,MessageEvent
,NewLineEvent
,ParserTokenEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Event
-
Event
-
-
Method Details
-
getType
public int getType() -
setType
void setType(int type) -
setValues
void setValues(int type) This should NOT be called from anyone other than ParserEventSupport!
-