CodeQL library for Java/Kotlin
codeql/java-all 4.2.1-dev (changelog, source)
Search

Predicate signature LangSig::hasConstantBound

Holds if e >= bound (if upper = false) or e <= bound (if upper = true).

signature predicate hasConstantBound(Expr e, Delta bound, boolean upper)