addAbstractSignature

fun addAbstractSignature(methodName: A_Atom, bodySignature: A_Type)

Add the abstract method signature. A class is considered abstract if there are any abstract methods that haven't been overridden with definitions for it.

Parameters

methodName

A method name.

bodySignature

The function type.

Throws

If the message name is malformed.

If there is a problem with the signature.