Package com.ibm.wala.ipa.slicer
Class ParamCaller
- java.lang.Object
-
- com.ibm.wala.ipa.slicer.Statement
-
- com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
-
- com.ibm.wala.ipa.slicer.ParamCaller
-
- All Implemented Interfaces:
ValueNumberCarrier
public class ParamCaller extends StatementWithInstructionIndex implements ValueNumberCarrier
AStatementrepresenting an actual parameter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
-
Field Summary
Fields Modifier and Type Field Description protected intvalueNumberValue number of the actual parameter
-
Constructor Summary
Constructors Constructor Description ParamCaller(CGNode node, int callIndex, int valueNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SSAAbstractInvokeInstructiongetInstruction()Statement.KindgetKind()intgetValueNumber()inthashCode()StringtoString()-
Methods inherited from class com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
getInstructionIndex
-
-
-
-
Constructor Detail
-
ParamCaller
public ParamCaller(CGNode node, int callIndex, int valueNumber)
-
-
Method Detail
-
getKind
public Statement.Kind getKind()
-
getInstruction
public SSAAbstractInvokeInstruction getInstruction()
- Overrides:
getInstructionin classStatementWithInstructionIndex
-
toString
public String toString()
- Overrides:
toStringin classStatementWithInstructionIndex
-
getValueNumber
public int getValueNumber()
- Specified by:
getValueNumberin interfaceValueNumberCarrier
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStatementWithInstructionIndex
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classStatementWithInstructionIndex
-
-