An SSA definition, viewed as a node in a data flow graph.
Import path
import codeql.ssa.Ssa
Direct supertypes
Predicates
getBasicBlock | Gets the basic block to which this node belongs. |
getDefExt | Gets the corresponding |
getDefinitionExt | Gets the underlying SSA definition. |
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 |