new Abstract Definition
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
definition Method
The method for which this definition occurs.
definition Module
The module in which this definition is added.
body Signature
The function type at which this abstract method signature will be stored in the hierarchy of multimethods.