|
||||||||||
| 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
| Field Summary | |
static int |
CONSUME
|
static int |
LA
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ParserTokenEvent(Object source)
|
|
ParserTokenEvent(Object source,
int type,
int amount,
int value)
|
|
| Method Summary | |
int |
getAmount()
|
int |
getValue()
|
String |
toString()
|
| Methods inherited from class antlr.debug.Event |
getType |
| 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 |
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()
public String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||