antlr.debug

Class ParserTokenEvent

public class ParserTokenEvent extends Event

Field Summary
static intCONSUME
static intLA
Constructor Summary
ParserTokenEvent(Object source)
ParserTokenEvent(Object source, int type, int amount, int value)
Method Summary
intgetAmount()
intgetValue()
voidsetAmount(int amount)
voidsetValue(int value)
voidsetValues(int type, int amount, int value)
This should NOT be called from anyone other than ParserEventSupport!
StringtoString()

Field Detail

CONSUME

public static int CONSUME

LA

public static int LA

Constructor Detail

ParserTokenEvent

public ParserTokenEvent(Object source)

ParserTokenEvent

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

Method Detail

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