casa
$Rev:20696$
|
Multiplication in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodeTimes (NodeDataType, const TableExprNodeRep &) | |
~TableExprNodeTimes () | |
virtual void | handleUnits () |
Handle the units of the children and possibly set the parent's unit. |
Multiplication in table select expression tree.
Internal
This abstract class represents a multiplication in a table expression tree.
Definition at line 411 of file ExprMathNode.h.
virtual void casa::TableExprNodeTimes::handleUnits | ( | ) | [virtual] |
Handle the units of the children and possibly set the parent's unit.
The default implementation make the units of the children equal and set the parent unit to that unit if the parent is not a Bool value.
Reimplemented from casa::TableExprNodeBinary.