antlr.debug
public class ParserMatchEvent extends GuessingEvent
Modifier and Type | Field and Description |
---|---|
static int |
BITSET |
static int |
CHAR |
static int |
CHAR_BITSET |
static int |
CHAR_RANGE |
static int |
STRING |
static int |
TOKEN |
source
Constructor and Description |
---|
ParserMatchEvent(Object source) |
ParserMatchEvent(Object source,
int type,
int value,
Object target,
String text,
int guessing,
boolean inverse,
boolean matched) |
Modifier and Type | Method and Description |
---|---|
Object |
getTarget() |
String |
getText() |
int |
getValue() |
boolean |
isInverse() |
boolean |
isMatched() |
String |
toString() |
getGuessing
getSource
public static int TOKEN
public static int BITSET
public static int CHAR
public static int CHAR_BITSET
public static int STRING
public static int CHAR_RANGE
public ParserMatchEvent(Object source)
public Object getTarget()
public String getText()
public int getValue()
public boolean isInverse()
public boolean isMatched()
public String toString()
toString
in class EventObject
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.