Public Member Functions | |
| SemanticPredicateEvent (Object source) | |
| SemanticPredicateEvent (Object source, int type) | |
| int | getCondition () |
| boolean | getResult () |
| String | toString () |
Static Public Attributes | |
| static final int | VALIDATING = 0 |
| static final int | PREDICTING = 1 |
Package Functions | |
| void | setCondition (int condition) |
| void | setResult (boolean result) |
| void | setValues (int type, int condition, boolean result, int guessing) |
| antlr.debug.SemanticPredicateEvent.SemanticPredicateEvent | ( | Object | source | ) |
| antlr.debug.SemanticPredicateEvent.SemanticPredicateEvent | ( | Object | source, | |
| int | type | |||
| ) |
| int antlr.debug.SemanticPredicateEvent.getCondition | ( | ) |
Referenced by antlr.debug.SemanticPredicateEvent.toString().
| boolean antlr.debug.SemanticPredicateEvent.getResult | ( | ) |
Referenced by antlr.debug.SemanticPredicateEvent.toString().
| void antlr.debug.SemanticPredicateEvent.setCondition | ( | int | condition | ) | [package] |
Referenced by antlr.debug.SemanticPredicateEvent.setValues().
| void antlr.debug.SemanticPredicateEvent.setResult | ( | boolean | result | ) | [package] |
Referenced by antlr.debug.SemanticPredicateEvent.setValues().
| void antlr.debug.SemanticPredicateEvent.setValues | ( | int | type, | |
| int | condition, | |||
| boolean | result, | |||
| int | guessing | |||
| ) | [package] |
This should NOT be called from anyone other than ParserEventSupport!
References antlr.debug.SemanticPredicateEvent.setCondition(), and antlr.debug.SemanticPredicateEvent.setResult().
Referenced by antlr.debug.ParserEventSupport.fireSemanticPredicateEvaluated().
| String antlr.debug.SemanticPredicateEvent.toString | ( | ) |
final int antlr.debug.SemanticPredicateEvent.PREDICTING = 1 [static] |
final int antlr.debug.SemanticPredicateEvent.VALIDATING = 0 [static] |
1.7.0