Call stores slots related to activation.
Returns the activated value.
Returns the message's argNumber arg. Shorthand for same as call message argAt(argNumber).
Returns the number of arguments for the call. Shortcut for "call message argCount".
Returns the coroutine in which the message was sent.
Sends the call's message to target (and relays it's stop status). The sender is set to altSender, if it is supplied. Returns the result of the message.
Sends the call's message to target via the method specified by methodName. Returns the result of the message.
Returns a description of the receiver as a String.
Evaluates the specified argument of the Call's message in the context of its sender.
Returns a list containing the call message arguments evaluated in the context of the sender.
Returns true if the call was passed arguments.
Returns the message value.
Sets sender's stop status (Normal, Return, Break, Continue etc.) and returns evaluated argument.
Sets stop status to Normal. See also Call setStopStatus.
Returns the sender value.
Sets the stop status on the call.
Returns the slotContext value.
Returns the stop status on the call. (description of stopStatus will be added once we decide whether or not to keep it)
Returns the target value.