FunctionCallNode
class FunctionCallNode(val name: FunctionNameNode, val arguments: Arguments<FunctionArgumentNode>, val sourceLocation: SourceLocation, val comment: String? = null) : SimpleStatementNode
Function call.
Constructors
Link copied to clipboard
fun FunctionCallNode(name: FunctionNameNode, arguments: Arguments<FunctionArgumentNode>, sourceLocation: SourceLocation, comment: String? = null)