Package | Description |
---|---|
com.scriptel.easyscript |
This package contains all of the required logic to parse output from
Scriptel ScripTouch EasyScript products.
|
Modifier and Type | Method and Description |
---|---|
BinaryTree |
BinaryTree.getLeft()
This method returns the left child node (binary tree) of the current node
|
BinaryTree |
BinaryTree.getRight()
This method returns the right child node (binary tree) of the current node
|
BinaryTree |
BinaryTreeReader.getTree()
This method gets the head of the binary tree.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryTree.setLeft(BinaryTree left)
This method sets the left child node (binary tree) of the current node
|
void |
BinaryTree.setRight(BinaryTree right)
This method sets the right child node (binary tree) of the current node
|