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

5.24 I18N.RTEAlternativeNode

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

5.24.1 I18N.RTEAlternativeNode class: compiling  (class)
5.24.2 I18N.RTEAlternativeNode: computing  (instance)


5.24.1 I18N.RTEAlternativeNode class: compiling

condition: cond ifTrue: trueNode ifFalse: falseNode
Private - Create a node in the parse tree for the run-time expression, mapping s to a Smalltalk arithmetic selector


5.24.2 I18N.RTEAlternativeNode: computing

condition: condNode ifTrue: trueNode ifFalse: falseNode
Initialize the children of the receiver and the conditional expression to choose between them

printOn: aStream
Print a representation of the receiver on aStream

send: parameter
Evaluate the receiver by conditionally choosing one of its children and evaluating it



Back: I18N.RTEAlternativeNode class-compiling Up: I18N.RTEAlternativeNode Forward: I18N.RTEBinaryNode   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