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, toString
public ExceptionalReturnCaller(CGNode node, int callIndex)
public int getValueNumber()
getValueNumber
in interface ValueNumberCarrier
public SSAAbstractInvokeInstruction getInstruction()
getInstruction
in class StatementWithInstructionIndex
public Statement.Kind getKind()