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