Class SsaImplicitUpdate
DEPRECATED: Use SsaImplicitWrite instead.
An SSA variable that represents any sort of implicit update. This can be a
Call that might reach a non-local update of the field, an explicit or
implicit update of the qualifier of the field, or the implicit update that
occurs just prior to a FieldRead of an untracked field.
Import path
import semmle.code.java.dataflow.SSADirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| assignsUnknownValue | DEPRECATED: Use |
| getANonLocalUpdate | DEPRECATED: Use |
| toString | Gets a textual representation of this SSA variable. |
Inherited predicates
| definesAt | Holds if this SSA definition defines | from Definition |
| getAFirstUse | DEPRECATED: Use | from SsaVariable |
| getAPhiInputOrPriorDef | DEPRECATED. | from SsaVariable |
| getAUse | DEPRECATED: Use | from SsaVariable |
| getAnUltimateDefinition | DEPRECATED: Use | from SsaVariable |
| getBasicBlock | Gets the | from SsaVariable |
| getCfgNode | DEPRECATED: Use | from SsaVariable |
| getLocation | Gets the source location for this element. | from SsaVariable |
| getSourceVariable | Gets the SSA source variable underlying this SSA variable. | from SsaVariable |
| isLiveAtEndOfBlock | Holds if this SSA variable is live at the end of | from SsaVariable |