public class SemanticPredicateEvent extends GuessingEvent
Modifier and Type | Field and Description |
---|---|
static int |
PREDICTING |
static int |
VALIDATING |
source
Constructor and Description |
---|
SemanticPredicateEvent(Object source) |
SemanticPredicateEvent(Object source,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getCondition() |
boolean |
getResult() |
(package private) void |
setCondition(int condition) |
(package private) void |
setResult(boolean result) |
(package private) void |
setValues(int type,
int condition,
boolean result,
int guessing)
This should NOT be called from anyone other than ParserEventSupport!
|
String |
toString() |
getGuessing, setGuessing, setValues
getSource
public static final int VALIDATING
public static final int PREDICTING
public SemanticPredicateEvent(Object source)
public SemanticPredicateEvent(Object source, int type)
public int getCondition()
public boolean getResult()
void setCondition(int condition)
void setResult(boolean result)
void setValues(int type, int condition, boolean result, int guessing)
public String toString()
toString
in class EventObject