Package antlr.debug
Class Event
- java.lang.Object
-
- java.util.EventObject
-
- antlr.debug.Event
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
GuessingEvent,InputBufferEvent,MessageEvent,NewLineEvent,ParserTokenEvent
public abstract class Event extends java.util.EventObject- See Also:
- Serialized Form
-
-
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!
-