Class PhiValue
java.lang.Object
com.ibm.wala.ssa.PhiValue
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is this value a null constant?boolean
Is 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:Value
Is this value a string constant?- Specified by:
isStringConstant
in interfaceValue
-
isNullConstant
public boolean isNullConstant()Description copied from interface:Value
Is this value a null constant?- Specified by:
isNullConstant
in interfaceValue
-