Comparator Tree Node
open fun ComparatorTreeNode(c: HashString, left: ITreeNode<out Any>, right: ITreeNode<out Any>)
Content copied to clipboard
Builds a ComparatorTreeNode.
Parameters
c
HashString representation of the comparator (operator of the comparison)
left
the left child (a variable)
right
the right child (an expression)