FunctionCallNode
class FunctionCallNode(name: FunctionNameNode, arguments: Arguments<FunctionArgumentNode>, sourceLocation: SourceLocation) : ControlNode
Content copied to clipboard
Function call.
Constructors
FunctionCallNode
Link copied to clipboard
fun FunctionCallNode(name: FunctionNameNode, arguments: Arguments<FunctionArgumentNode>, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
toDocumentWithMetadata
Link copied to clipboard
toSurfaceNode
Link copied to clipboard
Returns a representation of this node in the surface syntax.
Properties
arguments
Link copied to clipboard
name
Link copied to clipboard
sourceLocation
Link copied to clipboard