public class ParserTokenEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSUME |
static int |
LA |
source| Constructor and Description |
|---|
ParserTokenEvent(Object source) |
ParserTokenEvent(Object source,
int type,
int amount,
int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
int |
getValue() |
String |
toString() |
getSourcepublic ParserTokenEvent(Object source)
public ParserTokenEvent(Object source, int type, int amount, int value)
public int getAmount()
public int getValue()
public String toString()
toString in class EventObjectCopyright © 2017–2019 Eclipse Foundation. All rights reserved.