antlr3.FailedPredicateException Class Reference

A semantic predicate failed during validation. More...

Inheritance diagram for antlr3.FailedPredicateException:

Inheritance graph
[legend]
Collaboration diagram for antlr3.FailedPredicateException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def __str__

Public Attributes

 ruleName
 predicateText

Static Private Attributes

 __repr__ = __str__


Detailed Description

A semantic predicate failed during validation.

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.


Member Function Documentation

def antlr3.FailedPredicateException.__init__ (   self,
  input,
  ruleName,
  predicateText 
)

Definition at line 495 of file antlr3.py.

def antlr3.FailedPredicateException.__str__ (   self  ) 

Definition at line 502 of file antlr3.py.


Member Data Documentation

antlr3.FailedPredicateException.__repr__ = __str__ [static, private]

Definition at line 504 of file antlr3.py.

Definition at line 498 of file antlr3.py.

Definition at line 499 of file antlr3.py.


The documentation for this class was generated from the following file:

Generated on Mon Nov 29 17:24:26 2010 for ANTLR Python API by  doxygen 1.5.5