Class SsaDefinition
An SSA definition.
Import path
import semmle.go.dataflow.SSADirect supertypes
Known direct subtypes
Predicates
| definesAt | INTERNAL: Use |
| getAFirstUse | Gets the first instruction that the value of this |
| getBasicBlock | Gets the basic block to which this definition belongs. |
| getLocation | Gets the source location for this element. |
| getRoot | Gets the innermost function or file to which this SSA definition belongs. |
| getSourceVariable | Gets the source variable defined by this definition. |
| getVariable | Gets the SSA variable defined by this definition. |
| hasLocationInfo | DEPRECATED: Use |
| prettyPrintDef | INTERNAL: Use |
| prettyPrintRef | INTERNAL: Do not use. |
| toString | Gets a textual representation of this element. |