protected static class BytecodeParser.ReturnToCallerData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FixedWithNextNode |
beforeReturnNode |
protected ValueNode |
returnValue |
| Modifier | Constructor and Description |
|---|---|
protected |
ReturnToCallerData(ValueNode returnValue,
FixedWithNextNode beforeReturnNode) |
protected final ValueNode returnValue
protected final FixedWithNextNode beforeReturnNode
protected ReturnToCallerData(ValueNode returnValue, FixedWithNextNode beforeReturnNode)