Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Java/Kotlin
codeql/java-all 7.2.0 (changelog, source)

Member predicate ComparisonExpr::getLesserOperand

Gets the lesser operand of this comparison expression.

For example, x is the lesser operand in x < 0, and 0 is the lesser operand in x > 0.

Expr getLesserOperand()