CompareLess

class CompareLess(val lhs: Expression, val rhs: Expression) : Expression

Determines whether the left-hand operand is less than the right-hand operand.

Constructors

Link copied to clipboard
fun CompareLess(lhs: Expression, rhs: Expression)

Properties

Link copied to clipboard
val lhs: Expression

an expression evaluating to the left-hand operand of the comparison.

Link copied to clipboard
val rhs: Expression

an expression evaluating to the right-hand operand of the comparison.