Next: , Previous: , Up: DirectedMessage   [Index]


1.65.3 DirectedMessage: basic

printOn: aStream

Print a representation of the receiver on aStream

send

Send the message

value

Send the message (this message provides interoperability between DirectedMessages and blocks)

value: anObject

Send the message with the sole argument anObject (this message provides interoperability between DirectedMessages and blocks)

value: obj1 value: obj2

Send the message with the arguments obj1 and obj2 (this message provides interoperability between DirectedMessages and blocks)

valueWithArguments: anArray

Send the message with the arguments replaced by anArray (this message provides interoperability between DirectedMessages and blocks)