Next:
DirectedMessage-multiple process
, Previous:
DirectedMessage-accessing
, Up:
DirectedMessage
1.63.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)
valueWithArguments: anArray
Send the message with the arguments replaced by anArray (this message provides interoperability between DirectedMessages and blocks)