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
AStatement
representing 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 int
valueNumber
Value 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 boolean
equals(Object obj)
SSAAbstractInvokeInstruction
getInstruction()
Statement.Kind
getKind()
int
getValueNumber()
int
hashCode()
String
toString()
-
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:
getInstruction
in classStatementWithInstructionIndex
-
toString
public String toString()
- Overrides:
toString
in classStatementWithInstructionIndex
-
getValueNumber
public int getValueNumber()
- Specified by:
getValueNumber
in interfaceValueNumberCarrier
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStatementWithInstructionIndex
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classStatementWithInstructionIndex
-
-