org.antlr.runtime.FailedPredicateException Class Reference

Inheritance diagram for org.antlr.runtime.FailedPredicateException:

Inheritance graph
[legend]
Collaboration diagram for org.antlr.runtime.FailedPredicateException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 FailedPredicateException ()
 FailedPredicateException (IntStream input, String ruleName, String predicateText)
String toString ()

Public Attributes

String ruleName
String predicateText


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 35 of file FailedPredicateException.java.


Constructor & Destructor Documentation

org.antlr.runtime.FailedPredicateException.FailedPredicateException (  ) 

Used for remote debugger deserialization

Definition at line 40 of file FailedPredicateException.java.

org.antlr.runtime.FailedPredicateException.FailedPredicateException ( IntStream  input,
String  ruleName,
String  predicateText 
)

Definition at line 42 of file FailedPredicateException.java.


Member Function Documentation

String org.antlr.runtime.FailedPredicateException.toString (  ) 

Definition at line 51 of file FailedPredicateException.java.


Member Data Documentation

Definition at line 36 of file FailedPredicateException.java.

Definition at line 37 of file FailedPredicateException.java.


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

Generated on Tue Jul 19 11:42:03 2011 for ANTLR API by  doxygen 1.5.5