|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--antlr.debug.Event
|
+--antlr.debug.ParserTokenEvent
Untamed:
| Field Summary | |
private int |
amount
|
static int |
CONSUME
Enabled: |
static int |
LA
Enabled: |
private int |
value
|
| Fields inherited from class antlr.debug.Event |
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ParserTokenEvent(Object source)
Enabled: |
|
ParserTokenEvent(Object source,
int type,
int amount,
int value)
Enabled: |
|
| Method Summary | |
int |
getAmount()
Enabled: |
int |
getValue()
Enabled: |
(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()
Suppressed: |
| Methods inherited from class antlr.debug.Event |
getType, setType, setValues |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private int value
private int amount
public static int LA
public static int CONSUME
| Constructor Detail |
public ParserTokenEvent(Object source)
public ParserTokenEvent(Object source,
int type,
int amount,
int value)
| Method Detail |
public int getAmount()
public int getValue()
void setAmount(int amount)
void setValue(int value)
void setValues(int type,
int amount,
int value)
public String toString()
toString in class EventObject
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||