Class AnalyzedSsaDefinition
An SSA definitions that has been analyzed.
Import path
import javascriptDirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| getAnRhsValue | Gets an abstract value that the right hand side of this definition may evaluate to at runtime. |
Inherited predicates
| definesAt | INTERNAL: Use | from SsaDefinition |
| getAContributingVarDef | Gets a variable definition node whose value may end up contributing to the SSA variable defined by this definition. | from SsaDefinition |
| getBasicBlock | Gets the basic block to which this definition belongs. | from SsaDefinition |
| getContainer | Gets the function or toplevel to which this definition belongs. | from SsaDefinition |
| getLocation | Gets the location of this element. | from SsaDefinition |
| getSourceVariable | Gets the source variable defined by this definition. | from SsaDefinition |
| getVariable | Gets the SSA variable defined by this definition. | from SsaDefinition |
| hasLocationInfo | DEPRECATED. Use | from SsaDefinition |
| prettyPrintDef | INTERNAL: Use | from SsaDefinition |
| prettyPrintRef | INTERNAL: Do not use. | from SsaDefinition |
| toString | Gets a textual representation of this element. | from SsaDefinition |