FunctionCallEvent

public class FunctionCallEvent extends Event

A call of a function. In this case the StructuredValue’s values() are the function arguments, in order.

Constructors

FunctionCallEvent

protected FunctionCallEvent(APIClient client)

Internal constructor

Methods

fromProtobuf

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

Internal constructor

functionNode

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

The declaration of the function that is being called.