addForwardStub

fun addForwardStub(methodName: A_Atom, bodySignature: A_Type)

This is a forward declaration of a method. Insert an appropriately stubbed definition in the module's method dictionary, and add it to the list of methods needing to be declared later in this module.

Parameters

methodName
bodySignature

A function type at which to create a forward definition.

Throws

If the message name is malformed.

If there is a problem with the signature.