National Institute of Advanced Industrial Science and Technology (AIST) This page is a page of the former research institute. We stopped updating on March 31.2001.
E-mail to webmaster (Japanese) E-mail to webmaster (English)
next up previous contents index
Next: Instance Management Up: Object Oriented Programming Previous: Classes and Methods

Message Sending

  send object selector {arg}* [function]

  send-message target search selector {arg}* [function]   send* object selector &rest msg-list [macro]   send-all receivers selector &rest mesg [function]   send-super selector &rest msgs [macro]   send-super* selector &rest msg-list [macro]
  • send-super* is apply version of send-super.


Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996