App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.antlr3.exceptions.FailedPredicateException Class Reference
Inheritance diagram for google.appengine._internal.antlr3.exceptions.FailedPredicateException:
google.appengine._internal.antlr3.exceptions.RecognitionException

Public Member Functions

def __init__
 
def __str__
 
- Public Member Functions inherited from google.appengine._internal.antlr3.exceptions.RecognitionException
def __init__
 
def extractInformationFromTreeNodeStream
 
def getUnexpectedType
 

Public Attributes

 ruleName
 
 predicateText
 
- Public Attributes inherited from google.appengine._internal.antlr3.exceptions.RecognitionException
 node
 
 token
 
 line
 
 charPositionInLine
 
 approximateLineInfo
 

Additional Inherited Members

- Properties inherited from google.appengine._internal.antlr3.exceptions.RecognitionException
 unexpectedType = property(getUnexpectedType)
 

Detailed Description

@brief 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.

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