ComparatorTreeNode

constructor(c: HashString, left: ITreeNode<out Any>, right: ITreeNode<out Any>)

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)