class

Crystal::Macros::Call

Inherits Crystal::Macros::ASTNode

A method call.

Instance methods

args

Returns this call's arguments.

Source
block

Returns this call's block, if any.

Source
block_arg

Returns this call's block argument, if any

Source
global?

Returns true if this call refers to a global method (starts with ::).

Source
id

Returns this call's name as a MacroId.

Source
name

Returns the method name of this call.

Source
named_args

Returns this call's named arguments.

Source
receiver

Returns this call's receiver, if any.

Source