antlr.debug

Class Event

Known Direct Subclasses:
GuessingEvent, InputBufferEvent, MessageEvent, NewLineEvent, ParserTokenEvent

public abstract class Event
extends EventObject

Constructor Summary

Event(Object source)
Event(Object source, int type)

Method Summary

int
getType()
(package private) void
setType(int type)
(package private) void
setValues(int type)
This should NOT be called from anyone other than ParserEventSupport!

Constructor Details

Event

public Event(Object source)


Event

public Event(Object source,
             int type)

Method Details

getType

public int getType()


setType

(package private)  void setType(int type)


setValues

(package private)  void setValues(int type)
This should NOT be called from anyone other than ParserEventSupport!