FunctionCallNode

constructor(context: Context, name: String, arguments: List<FunctionCallArgument>, isBlock: Boolean, sourceText: CharSequence? = null, sourceRange: IntRange? = null)

Parameters

context

context this node lies in, which is where symbols will be loaded from upon execution

name

name of the function to call

arguments

arguments to call the function with

isBlock

whether this function call is an isolated block (opposite: inline)

sourceText

if available, the source code of the whole function call

sourceRange

if available, the range of the function call in the source code