Constructor
new BypassNode( outputNode : Node, callNode : Node )
Constructs a new bypass node.
| outputNode |
The output node. |
| callNode |
The call node. |
Properties
.isBypassNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.outputNode : Node
The output node.