com.ibm.wala.ipa.slicer
Class ParamStatement.NormalReturnCaller
java.lang.Object
com.ibm.wala.ipa.slicer.Statement
com.ibm.wala.ipa.slicer.ParamStatement
com.ibm.wala.ipa.slicer.ParamStatement.NormalReturnCaller
- All Implemented Interfaces:
- ParamStatement.CallStatementCarrier, ParamStatement.ValueNumberCarrier
- Enclosing class:
- ParamStatement
public static class ParamStatement.NormalReturnCaller
- extends ParamStatement
- implements ParamStatement.ValueNumberCarrier, ParamStatement.CallStatementCarrier
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
valueNumber
protected final int valueNumber
ParamStatement.NormalReturnCaller
public ParamStatement.NormalReturnCaller(CGNode node,
SSAAbstractInvokeInstruction call)
getKind
public Statement.Kind getKind()
- Specified by:
getKind in class Statement
getCall
public SSAAbstractInvokeInstruction getCall()
- Specified by:
getCall in interface ParamStatement.CallStatementCarrier
toString
public java.lang.String toString()
- Specified by:
toString in class Statement
getValueNumber
public int getValueNumber()
- Specified by:
getValueNumber in interface ParamStatement.ValueNumberCarrier
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in class Statement
hashCode
public int hashCode()
- Specified by:
hashCode in class Statement