class

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)
Source

Instance methods

arguments
Source
arguments=(arguments : Array(Node))
Source
expr

Get the expression string for this node

Source
function_name
Source
function_name=(function_name : String)
Source