Contents (package MULK.OBJECTIVE-CL)


Standard Class OBJECTIVE-C-METHOD

Summary:

An Objective-C method implemented in Lisp.

Inherits From:

standard-method

Description:

Instances of objective-c-method are similar to instances of standard-method except that they know about their foreign argument and return types and recognise different qualifiers that they communicate to the objective-c-generic-function that they belong to.

It is recommended to create all objective-c-methods by means of the macro define-objective-c-method.

There is no protocol that defines the behaviour of this class, so the consequences of subclassing it and overriding its methods is undefined.