Class Node::CALL
In: ext/nodeinfo.c
Parent: Node

Represents a method call in the form recv.mid(args).

Methods

args   members   mid   recv  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

the arguments to the method

the method id

an expression representing the left hand side of the assignment

[Validate]