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

Class Make::DataFlowIntegration::SsaNode

A synthesized SSA data flow node.

Import path

import codeql.ssa.Ssa

Direct supertypes

Indirect supertypes

Predicates

asDefinition

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

getBasicBlock

Gets the basic block to which this node belongs.

getDefinitionExt

Gets the underlying SSA definition.

getSourceVariable

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

Inherited predicates

getLocation

Gets the location of this node.

from NodeImpl
toString

Gets a textual representation of this node.

from NodeImpl