Example Vector defmethod 008
|
Notes and Hints To view the entry in the methods Dictionary created by the defMethod function #<Dictionary 123456>[msgName:] or If the method Name is unknown, it is possible to reference the nth name
from the dictionary: (ref (methodsOf Vector: ) n 0) or #<Dictionary 123456[n 0]
Returns:
Returns:
Returns:
Returns:
(display (methodsOf Vector: ))
Returns: #{dic| appendString #<Lambda 123456>}
Here are examples of the defmethod function at work.
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
addMethod(#void) | send(#void) | methodsOf(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
Vector
Dictionary
Symbol
Analytic Information Server (AIS)AIS Component Systems
|