Package ast :: Module ASTVisitor :: Class ASTVisitor
[show private | hide private]
[frames | no frames]

Class ASTVisitor

Known Subclasses:
ASTSimpleEvalVisitor, CopyPasteVisitor, EvalVisitor, InfluencerVisitor, StrReprVisitor

Visitor interface for Abstract Syntax Trees
Method Summary
  __init__(self)
    Visitors
  visitRangeRef(self, rangeRef)
Visits a RangeRef object
  visitNumber(self, number)
Visits a Number object
  visitFunction(self, function)
Visits a Function object
  visitCellRef(self, cellRef)
Visits a CellRef object

Method Details

visitCellRef(self, cellRef)

Visits a CellRef object
Parameters:
cellRef - The object which is visited
           (type=CellRef)

visitFunction(self, function)

Visits a Function object
Parameters:
function - The object which is visited
           (type=Function)

visitNumber(self, number)

Visits a Number object
Parameters:
number - The object which is visited
           (type=Number)

visitRangeRef(self, rangeRef)

Visits a RangeRef object
Parameters:
rangeRef - The object which is visited
           (type=RangeRef)

Generated by Epydoc 2.1 on Thu Aug 26 22:55:24 2004 http://epydoc.sf.net