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
 
Constructor Summary
Event(Object source)
           
Event(Object source, int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event(Object source)

Event

public Event(Object source,
             int type)
Method Detail

getType

public int getType()


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.