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

Represents the arguments to a method.

Methods

cnt   members   opt   rest  

Public Class methods

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

Public Instance methods

the index into the local variable table where the match data is stored

a list of assignment nodes to assign default values to the optional arguments if no argument is specified

an assignment node to assign the rest arg, if it is present

[Validate]