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
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Event(Object source)
          Enabled:
Event(Object source, int type)
          Enabled:
 
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!
 
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
 

Field Detail

type

private int type
Constructor Detail

Event

public Event(Object source)
Enabled:


Event

public Event(Object source,
             int type)
Enabled:

Method Detail

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?