antlr.debug

Class ParserTokenEvent


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()
(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()

Methods inherited from class antlr.debug.Event

getType, setType, setValues

Field Details

CONSUME

public static int CONSUME


LA

public static int LA

Constructor Details

ParserTokenEvent

public ParserTokenEvent(Object source)


ParserTokenEvent

public ParserTokenEvent(Object source,
                        int type,
                        int amount,
                        int value)

Method Details

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()