FunctionReturnEvent

public class FunctionReturnEvent extends Event

A call of a function. In this case the StructuredValue’s values() consist of the return value, followed by the value of any inout/out parameters, in order.

Constructors

FunctionReturnEvent

protected FunctionReturnEvent(APIClient client)

Internal constructor

Methods

fromProtobuf

public static FunctionReturnEvent fromProtobuf(APIClient client, Out.CocoValue inputValue)

Internal constructor

functionNode

public io.cocotec.coco.platform.coco.Node functionNode()

The declaration of the function that is returning.