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
public abstract class Event extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()(package private) voidsetType(int type)(package private) voidsetValues(int type)This should NOT be called from anyone other than ParserEventSupport!-
Methods inherited from class java.util.EventObject
getSource, toString
-
-