Package antlr.debug
Class SemanticPredicateEvent
java.lang.Object
java.util.EventObject
antlr.debug.Event
antlr.debug.GuessingEvent
antlr.debug.SemanticPredicateEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSemanticPredicateEvent
(Object source) SemanticPredicateEvent
(Object source, int type) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
(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!toString()
Methods inherited from class antlr.debug.GuessingEvent
getGuessing, setGuessing, setValues
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
VALIDATING
public static final int VALIDATING- See Also:
-
PREDICTING
public static final int PREDICTING- See Also:
-
-
Constructor Details
-
SemanticPredicateEvent
-
SemanticPredicateEvent
-
-
Method Details
-
getCondition
public int getCondition() -
getResult
public boolean getResult() -
setCondition
void setCondition(int condition) -
setResult
void setResult(boolean result) -
setValues
void setValues(int type, int condition, boolean result, int guessing) This should NOT be called from anyone other than ParserEventSupport! -
toString
- Overrides:
toString
in classEventObject
-