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 SSAPhiInstruction
getPhiInstruction()
boolean
isNullConstant()
Is this value a null constant?boolean
isStringConstant()
Is this value a string constant?String
toString()
-
-
-
Method Detail
-
getPhiInstruction
public SSAPhiInstruction 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
-
-