Next: , Previous: , Up: ClassDescription   [Index]


1.32.5 ClassDescription: organization of messages and classes

classify: aSelector under: aString

Put the method identified by the selector aSelector under the category given by aString.

createGetMethod: what

Create a method accessing the variable ‘what’.

createGetMethod: what default: value

Create a method accessing the variable ‘what’, with a default value of ‘value’, using lazy initialization

createSetMethod: what

Create a method which sets the variable ‘what’.

defineAsyncCFunc: cFuncNameString withSelectorArgs: selectorAndArgs args: argsArray

See documentation. This function is deprecated, you should use the <asyncCCall: ... > special syntax instead.

defineCFunc: cFuncNameString withSelectorArgs: selectorAndArgs returning: returnTypeSymbol args: argsArray

See documentation. This function is deprecated, you should use the <asyncCCall: ... > special syntax instead.

removeCategory: aString

Remove from the receiver every method belonging to the given category

whichCategoryIncludesSelector: selector

Answer the category for the given selector, or nil if the selector is not found