public class ExceptionalReturnCaller extends StatementWithInstructionIndex implements ValueNumberCarrier
Statement representing the exceptional return value in a caller, immediately after
returning to the caller.Statement.Kind| Constructor and Description |
|---|
ExceptionalReturnCaller(CGNode node,
int callIndex) |
| Modifier and Type | Method and Description |
|---|---|
SSAAbstractInvokeInstruction |
getInstruction() |
Statement.Kind |
getKind() |
int |
getValueNumber() |
equals, getInstructionIndex, hashCode, toStringpublic ExceptionalReturnCaller(CGNode node, int callIndex)
public int getValueNumber()
getValueNumber in interface ValueNumberCarrierpublic SSAAbstractInvokeInstruction getInstruction()
getInstruction in class StatementWithInstructionIndexpublic Statement.Kind getKind()