antlr.debug
Class ParserTokenEvent
public class ParserTokenEvent
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()
|
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
(package private) void setAmount(int amount)
setValue
(package private) void setValue(int value)
setValues
(package private) void setValues(int type,
int amount,
int value)
This should NOT be called from anyone other than ParserEventSupport!
toString
public String toString()