antlr.debug
public class ParserTokenEvent extends Event
Field Summary | |
---|---|
static int | CONSUME |
static int | LA |
Constructor Summary | |
---|---|
ParserTokenEvent(Object source) | |
ParserTokenEvent(Object source, int type, int amount, int value) |
Method Summary | |
---|---|
int | getAmount() |
int | getValue() |
void | setAmount(int amount) |
void | setValue(int value) |
void | setValues(int type, int amount, int value) This should NOT be called from anyone other than ParserEventSupport! |
String | toString() |