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

Represents a method call in the form:

  mid(args).

This makes a method call on an object using self as the implicit receiver.

Methods

args   members   mid  

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

[Validate]