Back: I18N.RTEAlternativeNode-computing Up: Iconv/I18N packages Forward: I18N.RTEBinaryNode class-compiling   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

5.25 I18N.RTEBinaryNode

Defined in namespace I18N
Superclass: I18N.RunTimeExpression
Category: i18n-Messages

5.25.1 I18N.RTEBinaryNode class: compiling  (class)
5.25.2 I18N.RTEBinaryNode: compiling  (instance)
5.25.3 I18N.RTEBinaryNode: computing  (instance)


5.25.1 I18N.RTEBinaryNode class: compiling

lhs: lhs op: op rhs: rhs
Private - Create a node in the parse tree for the run-time expression, mapping s to a Smalltalk arithmetic selector


5.25.2 I18N.RTEBinaryNode: compiling

lhs
Answer `lhs'.

op
Answer `op'.

rhs
Answer `rhs'.


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.



Back: I18N.RTEBinaryNode-compiling Up: I18N.RTEBinaryNode Forward: I18N.RTELiteralNode   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on August, 19 2010 using texi2html