Trees | Index | Help |
|
---|
Package subjectdata :: Module InfluencerVisitor :: Class InfluencerVisitor |
|
ASTVisitor
--+
|
InfluencerVisitor
Method Summary | |
---|---|
This class will go through the AST and add all the references to other cells in a list. | |
list of CellCoord
|
Returns the list of cells influencing this object |
Add the cell reference to the list | |
Recursively call arguments | |
Terminal node, do nothing | |
Recursively visits each CellRef in the range |
Method Details |
---|
__init__(self)
This class will go through the AST and add all the references to
other cells in a list.
|
getInfluencers(self)Returns the list of cells influencing this object
|
visitCellRef(self, cellRef)Add the cell reference to the list
|
visitFunction(self, function)Recursively call arguments
|
visitNumber(self, number)Terminal node, do nothing
|
visitRangeRef(self, rangeRef)Recursively visits each CellRef in the range
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 26 22:55:24 2004 | http://epydoc.sf.net |