GNU Smalltalk Library Reference: DirectedMessage class-creating instances
1.65.1 DirectedMessage class: creating instances
-
- receiver: anObject selector: aSymbol
Create a new instance of the receiver
- receiver: receiverObject selector: aSymbol argument: argumentObject
Create a new instance of the receiver
- receiver: anObject selector: aSymbol arguments: anArray
Create a new instance of the receiver
- selector: aSymbol arguments: anArray
This method should not be called for instances of this class.
- selector: aSymbol arguments: anArray receiver: anObject
Create a new instance of the receiver