class Z::Ast::FnCall

Defined in:

ast/node.cr

Constructors

Instance Method Summary

Instance methods inherited from class Z::Ast::Node

accept(visitor : Visitor, io : IO) accept, name name

Constructor Detail

def self.new(name : String, args : Array(FnArg)) #

[View source]

Instance Method Detail

def ==(o) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def args : Array(FnArg) #

def args=(args : Array(FnArg)) #

def inspect(io) #

[View source]
def name : String #

def name=(name : String) #

def to_s(io) #

[View source]