antlr.debug

Class GuessingEvent

public abstract class GuessingEvent extends Event

Constructor Summary
GuessingEvent(Object source)
GuessingEvent(Object source, int type)
Method Summary
intgetGuessing()
voidsetGuessing(int guessing)
voidsetValues(int type, int guessing)
This should NOT be called from anyone other than ParserEventSupport!

Constructor Detail

GuessingEvent

public GuessingEvent(Object source)

GuessingEvent

public GuessingEvent(Object source, int type)

Method Detail

getGuessing

public int getGuessing()

setGuessing

void setGuessing(int guessing)

setValues

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