TempNode

Last modified: Feb 5, 2025

This module uses cache management to create temporary variables if the node is used more than once to prevent duplicate calculations.

The class acts as a base class for many other nodes types.

Constructor

new TempNode(nodeType?)
ParameterTypeDefault Value
nodeType?null | stringnull

Constructs a temp node.

AccessorTypeModifiers
get typestringstatic
MethodTypeModifiers

Extends

Node