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
A Statement representing an actual parameter
|
Field Summary |
protected int |
valueNumber
Value number of the actual parameter |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
valueNumber
protected final int valueNumber
- Value number of the actual parameter
ParamCaller
public ParamCaller(CGNode node,
int callIndex,
int valueNumber)
getKind
public Statement.Kind getKind()
- Specified by:
getKind in class Statement
getInstruction
public SSAAbstractInvokeInstruction getInstruction()
- Overrides:
getInstruction in class StatementWithInstructionIndex
toString
public java.lang.String toString()
- Overrides:
toString in class StatementWithInstructionIndex
getValueNumber
public int getValueNumber()
- Specified by:
getValueNumber in interface ValueNumberCarrier
hashCode
public int hashCode()
- Overrides:
hashCode in class StatementWithInstructionIndex
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class StatementWithInstructionIndex