public class ParserTokenEvent extends Event
static int
CONSUME
LA
source
ParserTokenEvent(java.lang.Object source)
ParserTokenEvent(java.lang.Object source, int type, int amount, int value)
int
getAmount()
getValue()
java.lang.String
toString()
getType
getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static int LA
public static int CONSUME
public ParserTokenEvent(java.lang.Object source)
public ParserTokenEvent(java.lang.Object source, int type, int amount, int value)
public int getAmount()
public int getValue()
public java.lang.String toString()
toString
java.util.EventObject