antlr.debug
Class SemanticPredicateEvent
public class SemanticPredicateEvent
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()
|
PREDICTING
public static final int PREDICTING
VALIDATING
public static final int VALIDATING
SemanticPredicateEvent
public SemanticPredicateEvent(Object source)
SemanticPredicateEvent
public SemanticPredicateEvent(Object source,
int type)
getCondition
public int getCondition()
getResult
public boolean getResult()
setCondition
(package private) void setCondition(int condition)
setResult
(package private) void setResult(boolean result)
setValues
(package private) void setValues(int type,
int condition,
boolean result,
int guessing)
This should NOT be called from anyone other than ParserEventSupport!
toString
public String toString()