

Public Member Functions | |
| def | __init__ |
| def | __str__ |
Public Attributes | |
| ruleName | |
| predicateText | |
Static Private Attributes | |
| __repr__ = __str__ | |
Validation of predicates occurs when normally parsing the alternative just like matching a token. Disambiguating predicate evaluation occurs when we hoist a predicate into a prediction decision.
Definition at line 493 of file antlr3.py.
| def antlr3.FailedPredicateException.__init__ | ( | self, | ||
| input, | ||||
| ruleName, | ||||
| predicateText | ||||
| ) |
antlr3.FailedPredicateException.__repr__ = __str__ [static, private] |
1.5.5