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

Class Make::DataFlowIntegration::SsaSynthReadNode

A node that represents a synthetic read of a source variable.

Import path

import codeql.ssa.Ssa

Direct supertypes

Indirect supertypes

Inherited predicates

asDefinition

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

from SsaNodeImpl
getBasicBlock

Gets the basic block to which this node belongs.

from SsaNodeImpl
getDefinitionExt

Gets the underlying SSA definition.

from SsaNodeImpl
getLocation

Gets the location of this node.

from NodeImpl
getSourceVariable

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

from SsaNodeImpl
toString

Gets a textual representation of this node.

from NodeImpl

Charpred