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
A
Statement representing an actual parameter-
Nested Class Summary
Nested classes/interfaces inherited from class Statement
Statement.Kind -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intValue number of the actual parameter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StatementWithInstructionIndex
getInstructionIndex
-
Field Details
-
valueNumber
protected final int valueNumberValue number of the actual parameter
-
-
Constructor Details
-
ParamCaller
-
-
Method Details
-
getKind
-
getInstruction
- Overrides:
getInstructionin classStatementWithInstructionIndex
-
toString
- Overrides:
toStringin classStatementWithInstructionIndex
-
getValueNumber
public int getValueNumber()- Specified by:
getValueNumberin interfaceValueNumberCarrier
-
hashCode
public int hashCode()- Overrides:
hashCodein classStatementWithInstructionIndex
-
equals
- Overrides:
equalsin classStatementWithInstructionIndex
-