antlr.debug
public class SemanticPredicateEvent extends GuessingEvent
| Field Summary | |
|---|---|
| static int | PREDICTING |
| static int | VALIDATING |
| Constructor Summary | |
|---|---|
| SemanticPredicateEvent(Object source) | |
| SemanticPredicateEvent(Object source, int type) | |
| Method Summary | |
|---|---|
| int | getCondition() |
| boolean | getResult() |
| void | setCondition(int condition) |
| void | setResult(boolean result) |
| void | setValues(int type, int condition, boolean result, int guessing) This should NOT be called from anyone other than ParserEventSupport! |
| String | toString() |