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

Class Make::DataFlowIntegration::SsaDefinitionExtNode

An SSA definition, viewed as a node in a data flow graph.

Import path

import codeql.ssa.Ssa

Direct supertypes

Indirect supertypes

Predicates

getBasicBlock

Gets the basic block to which this node belongs.

getDefExt

Gets the corresponding DefinitionExt.

getDefinitionExt

Gets the underlying SSA definition.

getIndex

INTERNAL: Do not use.

getLocation

Gets the location of this node.

getSourceVariable

Gets the underlying source variable that this node tracks flow for.

toString

Gets a textual representation of this node.

Inherited predicates

asDefinition

Gets the SSA definition this node corresponds to, if any.

from SsaNodeImpl

Charpred