list-methods [Function]


Purpose

The list-methods function lists all the methods which implement a given action.

Syntax

list-methods action

Arguments

The action argument is the action whose methods are to be listed.

Value

The list-methods function returns a list of methods.

Examples

(list-methods (fb move)) ==> 
    (|METHOD|MOVE-:UNTITLED |METHOD|MOVE-"move box")

See Also

Last modified: Jun 1 1995