class

Ast::CallExpression

Inherits Ast::TokenHolder / Ast::Expression / Ast::Node / Reference / Object

Constructors

new(token : Token, function : Expression | Nil, arguments : Array(Expression | Nil) | Nil)
Source

Instance methods

arguments?
Source
function?
Source
to_s(io)
Source