Class PhiValue
java.lang.Object
com.ibm.wala.ssa.PhiValue
- All Implemented Interfaces:
Value
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIs this value a null constant?booleanIs this value a string constant?toString()
-
Method Details
-
toString
-
getPhiInstruction
- Returns:
- The phi instruction that defines this value
-
isStringConstant
public boolean isStringConstant()Description copied from interface:ValueIs this value a string constant?- Specified by:
isStringConstantin interfaceValue
-
isNullConstant
public boolean isNullConstant()Description copied from interface:ValueIs this value a null constant?- Specified by:
isNullConstantin interfaceValue
-