Package docutils :: Package readers :: Package python :: Module moduleparser :: Class AttributeVisitor
[show private | hide private]
[frames | no frames]

Class AttributeVisitor

ASTVisitor --+    
             |    
   BaseVisitor --+
                 |
                AttributeVisitor


Method Summary
  __init__(self, token_parser)
  visitAssAttr(self, node)
  visitAssign(self, node)
  visitAssName(self, node)
  visitAssTuple(self, node)
  visitGetattr(self, node, suffix)
  visitName(self, node, suffix)
    Inherited from BaseVisitor
  default(self, node, *args)
  default_visit(self, node, *args)
    Inherited from ASTVisitor
  dispatch(self, node, *args)
  preorder(self, tree, visitor, *args)
Do preorder walk of tree using visitor...

Class Variable Summary
    Inherited from ASTVisitor
int VERBOSE = 0                                                                     

Generated by Epydoc 2.0 on Tue Jul 22 05:30:53 2003 http://epydoc.sf.net