Sheety::AST::FunctionCall
Inherits Sheety::AST::Node < Reference < Object
Function call node (e.g., SUM(A1:B5), IF(A1>0, 1, 0))
Constructors
new(function_name : String, arguments : Array(Node) = Array(Node).new)
SourceInstance methods
arguments
Sourcearguments=(arguments : Array(Node))
Sourcefunction_name
Sourcefunction_name=(function_name : String)
Source