Class Make::DataFlowIntegration::SsaSynthReadNode
A node that represents a synthetic read of a source variable.
Import path
import codeql.ssa.SsaDirect 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 |
| getIndex | INTERNAL: Do not use. | 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 |