class Macros::Call

Overview

A method call.

Superclass hierarchy

Object
Reference
Macros::ASTNode
Macros::Call

Defined in:

Instance Method Summary

Instance Method Detail

def args : ArrayLiteral

Returns this call's arguments.


def block : Block | Nop

Returns this call's block, if any.


def id : MacroId

Returns this call's name as a MacroId.


def name : MacroId

Returns the method name of this call.


def named_args : Macros::ArrayLiteral(NamedArgument) | Nop

Returns this call's named arguments, if any.


def receiver : ASTNode | Nop

Returns this call's receiver, if any.