Previous: , Up: I18N.RTEBinaryNode   [Index]


5.25.3 I18N.RTEBinaryNode: computing

lhs: lhsNode op: aSymbol rhs: rhsNode

Initialize the children of the receiver and the operation to be done between them

printOn: aStream

Print a representation of the receiver on aStream

send: parameter

Private - Evaluate the receiver by evaluating both children and performing an arithmetic operation between them.