Package com.ibm.wala.ssa
Class PhiValue
- java.lang.Object
-
- com.ibm.wala.ssa.PhiValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSAPhiInstructiongetPhiInstruction()booleanisNullConstant()Is this value a null constant?booleanisStringConstant()Is this value a string constant?StringtoString()
-
-
-
Method Detail
-
getPhiInstruction
public SSAPhiInstruction 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
-
-