Example Brick defmethod 025
|
Notes and Hints To view the entry in the methods Dictionary created by the addMethod function,
you can use the method name to access the directory entry by #<Dictionary 123456>[methodName:] or To determine the number of assigned methods: (length (methodsOf Brick: )) To access the nth method name: (methodsOf Brick: )[n 0] To view the Methods Dictionary: (display (methodsOf Brick: ))
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Here are examples of the defMethod function at work.
Brick defmethod 025 | Dictionary defMethod 006 | Directory defMethod 007 | Matrix defMethod 009 |
String defMethod 001 | String defMethod 002 | Symbol defMethod 003 |
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.
Brick
Symbol
Dictionary
Analytic Information Server (AIS)AIS Component Systems
|