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