antlr.debug

Class Event

public abstract class Event extends EventObject

Constructor Summary
Event(Object source)
Event(Object source, int type)
Method Summary
intgetType()
voidsetType(int type)
voidsetValues(int type)
This should NOT be called from anyone other than ParserEventSupport!

Constructor Detail

Event

public Event(Object source)

Event

public Event(Object source, int type)

Method Detail

getType

public int getType()

setType

void setType(int type)

setValues

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