antlr3/tree.py File Reference

Go to the source code of this file.

Namespaces

namespace  antlr3.tree

Classes

class  antlr3.tree.RewriteCardinalityException
 Base class for all exceptions thrown during AST rewrite construction. More...
class  antlr3.tree.RewriteEarlyExitException
 No elements within a (. More...
class  antlr3.tree.RewriteEmptyStreamException
 Ref to ID or expr but no tokens in ID stream or subtrees in expr stream. More...
class  antlr3.tree.Tree
 Abstract baseclass for tree nodes. More...
class  antlr3.tree.TreeAdaptor
 Abstract baseclass for tree adaptors. More...
class  antlr3.tree.BaseTree
 warnings.warn( "Using create() is deprecated, use createWithPayload()", DeprecationWarning, stacklevel=2 ) More...
class  antlr3.tree.BaseTreeAdaptor
 A TreeAdaptor that works with any Tree implementation. More...
class  antlr3.tree.CommonTree
 A tree node that is wrapper for a Token object. More...
class  antlr3.tree.CommonErrorNode
 A node representing erroneous token range in token stream. More...
class  antlr3.tree.CommonTreeAdaptor
 A TreeAdaptor that works with any Tree implementation. More...
class  antlr3.tree.TreeNodeStream
 A stream of tree nodes. More...
class  antlr3.tree.CommonTreeNodeStream
 A buffered stream of tree nodes. More...
class  antlr3.tree.TreeParser
 Baseclass for generated tree parsers. More...
class  antlr3.tree.TreeVisitor
 Do a depth first walk of a tree, applying pre() and post() actions we go. More...
class  antlr3.tree.RewriteRuleElementStream
 Internal helper class. More...
class  antlr3.tree.RewriteRuleTokenStream
 Internal helper class. More...
class  antlr3.tree.RewriteRuleSubtreeStream
 Internal helper class. More...
class  antlr3.tree.RewriteRuleNodeStream
 Queues up nodes matched on left side of -> in a tree parser. More...
class  antlr3.tree.TreeRuleReturnScope
 This is identical to the ParserRuleReturnScope except that the start property is a tree nodes not Token object when you are parsing trees. More...

Variables

tuple antlr3::tree.INVALID_NODE = CommonTree(INVALID_TOKEN)


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