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

Represents an alias expression of the form:

  alias 1st 2nd

where 2nd is the name of a variable and 1st is the name of its new alias.

Methods

first   members   second  

Public Class methods

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

Public Instance methods

the expression on the left hand side

the expression on the right hand side

[Validate]