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
Untamed:
- See Also:
- Serialized Form
Field Summary |
private int |
type
|
Method Summary |
int |
getType()
Enabled: |
(package private) void |
setType(int type)
|
(package private) void |
setValues(int type)
This should NOT be called from anyone other than ParserEventSupport! |
type
private int type
Event
public Event(Object source)
- Enabled:
Event
public Event(Object source,
int type)
- Enabled:
getType
public int getType()
- Enabled:
setType
void setType(int type)
setValues
void setValues(int type)
- This should NOT be called from anyone other than ParserEventSupport!
comments?