Class Make::DataFlowIntegration::SsaNode
A synthesized SSA data flow node.
Import path
import codeql.ssa.SsaDirect 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. |
| getIndex | INTERNAL: Do not use. |
| 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 |