Class ParamCaller
java.lang.Object
com.ibm.wala.ipa.slicer.Statement
com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
com.ibm.wala.ipa.slicer.ParamCaller
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
Field Summary
Modifier and TypeFieldDescriptionprotected final int
Value number of the actual parameter -
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
getInstructionIndex
-
Field Details
-
valueNumber
protected final int valueNumberValue number of the actual parameter
-
-
Constructor Details
-
ParamCaller
-
-
Method Details
-
getKind
-
getInstruction
- Overrides:
getInstruction
in classStatementWithInstructionIndex
-
toString
- Overrides:
toString
in classStatementWithInstructionIndex
-
getValueNumber
public int getValueNumber()- Specified by:
getValueNumber
in interfaceValueNumberCarrier
-
hashCode
public int hashCode()- Overrides:
hashCode
in classStatementWithInstructionIndex
-
equals
- Overrides:
equals
in classStatementWithInstructionIndex
-