CALLNEXT-METHOD

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
None


Description:

Equivalent to CLOS call-next-method.

CallNext-Method is designed to be used in an OM method definition.
It will call the method with the same name belonging to the next direct super-class of the method argument(s).
The arguments are automatically passed and are identical to the current method, so there is no input to this box.