| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ARETURN
ARETURN - Return reference from method
Stack: ..., objectref -> <empty>
|
class |
DRETURN
DRETURN - Return double from method
Stack: ..., value.word1, value.word2 -> <empty>
|
class |
FRETURN
FRETURN - Return float from method
Stack: ..., value -> <empty>
|
class |
IRETURN
IRETURN - Return int from method
Stack: ..., value -> <empty>
|
class |
LRETURN
LRETURN - Return long from method
Stack: ..., value.word1, value.word2 -> <empty>
|
class |
RETURN
RETURN - Return from void method
Stack: ...
|
| Modifier and Type | Field and Description |
|---|---|
static ReturnInstruction |
InstructionConstants.ARETURN |
static ReturnInstruction |
InstructionConstants.DRETURN |
static ReturnInstruction |
InstructionConstants.FRETURN |
static ReturnInstruction |
InstructionConstants.IRETURN |
static ReturnInstruction |
InstructionConstants.LRETURN |
static ReturnInstruction |
InstructionConstants.RETURN |
| Modifier and Type | Method and Description |
|---|---|
static ReturnInstruction |
InstructionFactory.createReturn(Type type)
Create typed return
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyVisitor.visitReturnInstruction(ReturnInstruction obj) |
void |
Visitor.visitReturnInstruction(ReturnInstruction obj) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.