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