Constructor
new TempNode( nodeType : string )
Constructs a temp node.
| nodeType |
The node type. Default is |
Properties
.isTempNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
Methods
.hasDependencies( builder : NodeBuilder ) : boolean
Whether this node is used more than once in context of other nodes.
| builder |
The node builder. |
- Returns: A flag that indicates if there is more than one dependency to other nodes.