antlr.debug
public abstract class Event extends EventObject
Constructor Summary | |
---|---|
Event(Object source) | |
Event(Object source, int type) |
Method Summary | |
---|---|
int | getType() |
void | setType(int type) |
void | setValues(int type) This should NOT be called from anyone other than ParserEventSupport! |