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