Module IntegerGuards
Provides classes and predicates for integer guards.
Import path
import semmle.code.java.dataflow.IntegerGuardsImports
| java | Provides all default Java QL imports. |
Predicates
| intBoundGuard | DEPRECATED: Use |
| integerGuard | DEPRECATED. |
| nonZeroGuard | Gets an expression that directly tests whether a given expression, |
| rangeGuard | Holds if |
Classes
| IntComparableExpr | An expression for which the predicate |