antlr.debug
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) |
public 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 EventObject
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.