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

Represents the keyword ‘super’ when used without parens nor arguments. The arguments to the base class method are obtained from the arguments passed to the current method, which are store in the current frame.

Can also be a placeholder for a method when its implementation is deferred to the base class.

Methods

members  

Public Class methods

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

[Validate]