Package com.ibm.wala.ipa.slicer
Class ExceptionalReturnCaller
- java.lang.Object
-
- com.ibm.wala.ipa.slicer.Statement
-
- com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
-
- com.ibm.wala.ipa.slicer.ExceptionalReturnCaller
-
- All Implemented Interfaces:
ValueNumberCarrier
public class ExceptionalReturnCaller extends StatementWithInstructionIndex implements ValueNumberCarrier
AStatement
representing the exceptional return value in a caller, immediately after returning to the caller.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
-
Constructor Summary
Constructors Constructor Description ExceptionalReturnCaller(CGNode node, int callIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSAAbstractInvokeInstruction
getInstruction()
Statement.Kind
getKind()
int
getValueNumber()
-
Methods inherited from class com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
equals, getInstructionIndex, hashCode, toString
-
-
-
-
Constructor Detail
-
ExceptionalReturnCaller
public ExceptionalReturnCaller(CGNode node, int callIndex)
-
-
Method Detail
-
getValueNumber
public int getValueNumber()
- Specified by:
getValueNumber
in interfaceValueNumberCarrier
-
getInstruction
public SSAAbstractInvokeInstruction getInstruction()
- Overrides:
getInstruction
in classStatementWithInstructionIndex
-
getKind
public Statement.Kind getKind()
-
-