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

Represents dynamic local variable assignment in the current frame. See DASGN for a description of how dynamic assignment works.

Methods

members   value   vid  

Public Class methods

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

Public Instance methods

the value to assign to the local variable

the name of the local variable

[Validate]