Class SsaVariable
DEPRECATED: use SsaDefinition instead.
An SSA variable.
Import path
import semmle.code.java.dataflow.SSADirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| getAFirstUse | DEPRECATED: Use |
| getAPhiInputOrPriorDef | DEPRECATED. |
| getAUse | DEPRECATED: Use |
| getAnUltimateDefinition | DEPRECATED: Use |
| getBasicBlock | Gets the |
| getCfgNode | DEPRECATED: Use |
| getLocation | Gets the source location for this element. |
| getSourceVariable | Gets the SSA source variable underlying this SSA variable. |
| isLiveAtEndOfBlock | Holds if this SSA variable is live at the end of |
| toString | Gets a textual representation of this SSA variable. |
Inherited predicates
| definesAt | Holds if this SSA definition defines | from Definition |