processNode
Short summary
This method appends (if they exists) the left and right child of the node to the nodelist.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| nodeToProcess | CNM_CollectionInterfaces.IBinaryTreeNode | - | input |
Code
Declaration
METHOD PROTECTED processNode
VAR_INPUT
nodeToProcess : CNM_CollectionInterfaces.IBinaryTreeNode;
END_VAR
Implementation
THIS^.fillNodeListUntilLeftMost(nodeToProcess.rightChild);