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

Module Bounds

Import path

import semmle.code.java.dataflow.RangeAnalysis

Classes

Aliases

SemBound

A bound that may be inferred for an expression plus/minus an integer delta.

SemZeroBound

The bound that corresponds to the integer 0. This is used to represent all integer bounds as bounds are always accompanied by an added integer delta.