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

Represents global variable assignment.

Methods

entry   members   value   vid  

Public Class methods

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

Public Instance methods

Return the Node‘s entry member. The return type is either a Node or an Object.

the value to assign to the local variable

the name of the local variable

[Validate]