NextPrevUpTopContentsIndex

14.1.1 Function area

The Function box shows the name of the generic function you are examining. To browse a generic function, enter its name into the Function box, or paste it in from another tool in one of two ways:

When entering the name of a function, you can use completion to reduce typing. This allows you to select from a list of all generic functions whose names are accessible in the current package and begin with the partial input you have entered. Invoke completion by pressing Up or Down , or by clicking the button. The methods are listed immediately. See Completion for more information about completion. If you enter the generic function name directly without using completion, click to confirm the name.

Note: You can use Edit > Paste to paste in a generic function, even if the Common LispWorks clipboard currently contains the string representation of the function, rather than the function itself. This lets you copy in generic functions from other applications, as well as from the environment. See Using the clipboard for a complete description of the way the Common LispWorks clipboard operates.

You can operate on the current generic function using the commands in the Generic Function Browser's Function menu. See Performing operations on the current function or selected methods for details.


Common LispWorks User Guide (Macintosh version) - 21 Feb 2008

NextPrevUpTopContentsIndex