Package-level declarations
Types
Link copied to clipboard
class FunctionCallNode(val context: Context, val name: String, val arguments: List<FunctionCallArgument>, val isBlock: Boolean) : NestableNode
A call to a function. The call is executed after parsing, and its output is stored in its mutable children.