antlr3.tree.RewriteCardinalityException Class Reference

Base class for all exceptions thrown during AST rewrite construction. More...

Inheritance diagram for antlr3.tree.RewriteCardinalityException:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def getMessage

Public Attributes

 elementDescription


Detailed Description

Base class for all exceptions thrown during AST rewrite construction.

This signifies a case where the cardinality of two or more elements in a subrule are different: (ID INT)+ where |ID|!=|INT|

Definition at line 67 of file tree.py.


Member Function Documentation

def antlr3.tree.RewriteCardinalityException.__init__ (   self,
  elementDescription 
)

Reimplemented in antlr3.tree.RewriteEarlyExitException.

Definition at line 69 of file tree.py.

def antlr3.tree.RewriteCardinalityException.getMessage (   self  ) 

Definition at line 75 of file tree.py.


Member Data Documentation

Definition at line 72 of file tree.py.


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

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