Capítulo 494 de 859
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
| Signature |
|---|
new TempNode( nodeType : string ) |
Properties
| Property | Description |
|---|---|
.isTempNode : boolean (readonly) | This flag can be used for type testing. |
Methods
| Method | Description |
|---|---|
.hasDependencies( builder : NodeBuilder ) : boolean | Whether this node is used more than once in context of other nodes. |