newAbstractDefinition

fun newAbstractDefinition(    definitionMethod: A_Method,     definitionModule: A_Module,     bodySignature: A_Type): A_Definition

Create a new abstract method signature from the provided arguments.

Return

An abstract method signature.

Parameters

definitionMethod

The method for which this definition occurs.

definitionModule

The module in which this definition is added.

bodySignature

The function type at which this abstract method signature will be stored in the hierarchy of multimethods.