Class SsaDefinition
An SSA definition.
Import path
import javascriptDirect supertypes
Known direct subtypes
Predicates
| definesAt | INTERNAL: Use |
| getAContributingVarDef | Gets a variable definition node whose value may end up contributing to the SSA variable defined by this definition. |
| getBasicBlock | Gets the basic block to which this definition belongs. |
| getContainer | Gets the function or toplevel to which this definition belongs. |
| getLocation | Gets the location of this element. |
| 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. |