Package antlr.debug
Class ParserTokenEvent
java.lang.Object
java.util.EventObject
antlr.debug.Event
antlr.debug.ParserTokenEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionParserTokenEvent
(Object source) ParserTokenEvent
(Object source, int type, int amount, int value) -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
LA
public static int LA -
CONSUME
public static int CONSUME
-
-
Constructor Details
-
ParserTokenEvent
-
ParserTokenEvent
-
-
Method Details
-
getAmount
public int getAmount() -
getValue
public int getValue() -
setAmount
void setAmount(int amount) -
setValue
void setValue(int value) -
setValues
void setValues(int type, int amount, int value) This should NOT be called from anyone other than ParserEventSupport! -
toString
- Overrides:
toString
in classEventObject
-