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

Class Make::DataFlowIntegration::SsaInputDefinitionExt

An SSA definition into which another SSA definition may flow.

Import path

import codeql.ssa.Ssa

Direct supertypes

Indirect supertypes

Predicates

hasInputFromBlock

Holds if def may flow into this definition via basic block input.

Inherited predicates

definesAt

Holds if this SSA definition defines v at index i in basic block bb. Phi nodes are considered to be at index -1, while normal variable writes are at the index of the control flow node they wrap.

from DefinitionExt
getBasicBlock

Gets the basic block to which this SSA definition belongs.

from DefinitionExt
getLocation

Gets the location of this SSA definition.

from DefinitionExt
getSourceVariable

Gets the source variable underlying this SSA definition.

from DefinitionExt
toString

Gets a textual representation of this SSA definition.

from DefinitionExt

Charpred