class

Axal::AST::FunctionCall

Inherits Axal::AST::Expression < Reference < Object

Constructors

new(name : Axal::AST::Identifier, args : Array(Axal::AST::Expression) = [] of Expression, qualifiers : Array(Axal::AST::Identifier) = [] of Identifier)
Source

Instance methods

==(other : Expression)
Source
args
Source
children
Source
function_name_as_str
Source
name
Source
qualifiers
Source