Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
Event
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
|
Constructor Summary |
Event(java.lang.Object source)
|
Event(java.lang.Object source,
int type)
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Event
public Event(java.lang.Object source)
Event
public Event(java.lang.Object source,
int type)
getType
public int getType()
|