CompareLessEqual

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

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

Constructors

Link copied to clipboard
fun CompareLessEqual(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.