create Stub To Call Method
fun createStubToCallMethod(functionType: A_Type, atom: A_Atom): A_Function
Content copied to clipboard
Create a function that takes arguments of the specified types, then calls the A_Method for the A_Bundle of the given A_Atom with those arguments.
Return
An appropriate function.
Parameters
Throws
If the atom has no associated bundle/method, or the function signature is inconsistent with the available method definitions.