CodeQL library for Ruby
codeql/ruby-all 6.0.0 (changelog, source)
Search

Class Make::DataFlowIntegration::SsaDefinitionExtNodeImpl

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.

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