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

A node used for temporary allocation of memory on platforms that do not support alloca.

It should never be evaluated as an expression.

Methods

cfunc   cnt   members   node  

Public Class methods

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

Public Instance methods

cfunc()

a pointer to the allocated memory

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

node()

a pointer to the previously allocated temporary node

[Validate]