Package com.ibm.wala.ssa
Interface Value
-
- All Known Implementing Classes:
ConstantValue,PhiValue
public interface ValueRepresentation of a particular value which appears in an SSA IR. Clients probably shouldn't use this; it's only public (for now) due to Java's package-based weak module system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNullConstant()Is this value a null constant?booleanisStringConstant()Is this value a string constant?
-