Method Summary |
|
__init__ (self,
column,
row,
isAbsCol,
isAbsRow,
numParen)
CellRef's constructor |
|
accept (self,
visitor)
Method used in the visitor pattern. |
CellRef
|
clone (self)
Returns a copy of this object |
|
equals (self,
anObject)
Returns true if this object equals another object |
Accessors |
|
setRow (self,
row)
Set the row value of this CellRef |
|
setNumParen (self,
numParen)
Set the number of parenthesis around this number |
|
setIsAbsRow (self,
absRow)
Set the row to be absolute or not |
|
setIsAbsColumn (self,
absCol)
Set the column to be absolute or not |
|
setColumn (self,
column)
Set the column value of this CellRef |
int
|
getRow (self)
Return the row value |
int
|
getNumParen (self)
Returns the number of parenthesis around this ASTNode |
int
|
getColumn (self)
Return the column value |
bool
|
isAbsRow (self)
Return true if the row is absolute |
bool
|
isAbsColumn (self)
Return true if the column is absolute |
Inherited from ASTNode |
string
|
__str__ (self)
String representation of the complete AST (common to every child) |