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

Module SsaReadPositionSpecific

Provides Java-specific definitions for use in the SsaReadPosition.

Import path

import semmle.code.java.dataflow.internal.rangeanalysis.SsaReadPositionSpecific

Predicates

getAReadBasicBlock

Gets a basic block in which SSA variable v is read.

Modules

Public

Declarations to be exposed to users of SsaReadPositionCommon

Aliases

BasicBlock

A control-flow node that represents the start of a basic block.

SsaPhiNode

An SSA phi node.

SsaVariable

An SSA variable.