Package compiler :: Module visitor
[hide private]
[frames] | no frames]

Module visitor

Classes [hide private]
ASTVisitor
Performs a depth-first walk of the AST
ExampleASTVisitor
Prints examples of the nodes that aren't visited
_walker
Performs a depth-first walk of the AST
Functions [hide private]
 
walk(tree, visitor, walker=None, verbose=None)
 
dumpNode(node)

Imports: ast