antlr.debug
Class ParserTokenEvent
java.lang.Object
java.util.EventObject
antlr.debug.Event
antlr.debug.ParserTokenEvent
- All Implemented Interfaces:
- Serializable
public class ParserTokenEvent
- extends Event
- See Also:
- Serialized Form
Field Summary |
static int |
CONSUME
|
static int |
LA
|
Method Summary |
int |
getAmount()
|
int |
getValue()
|
(package private) void |
setAmount(int amount)
|
(package private) void |
setValue(int value)
|
(package private) void |
setValues(int type,
int amount,
int value)
This should NOT be called from anyone other than ParserEventSupport! |
String |
toString()
|
LA
public static int LA
CONSUME
public static int CONSUME
ParserTokenEvent
public ParserTokenEvent(Object source)
ParserTokenEvent
public ParserTokenEvent(Object source,
int type,
int amount,
int value)
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
public String toString()
- Overrides:
toString
in class EventObject