Trees | Index | Help |
|
---|
Package ast :: Module ASTNode :: Class ASTNode |
|
CellRef
,
Function
,
Number
,
RangeRef
Method Summary | |
---|---|
This class is abstract, and error is raised if an attempt is made to instantiate it. | |
string |
String representation of the complete AST (common to every child) |
Method used in the visitor pattern. | |
ASTNode |
Returns a copy of this object |
Returns true if this object equals another object |
Method Details |
---|
__init__(self)
This class is abstract, and error is raised if an attempt is made to
instantiate it.
|
__str__(self)
String representation of the complete AST (common to every
child)
|
accept(self, visitor)Method used in the visitor pattern. Calls the appropriate action to perform while visiting this object.
|
clone(self)Returns a copy of this object
|
equals(self, anObject)Returns true if this object equals another object
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 26 22:55:24 2004 | http://epydoc.sf.net |