Frames | No Frames |
Classes derived from org.apache.bcel.generic.ReturnInstruction | |
class | ARETURN - Return reference from method
Stack: ..., objectref -> <empty> |
class | DRETURN - Return double from method
Stack: ..., value.word1, value.word2 -> <empty> |
class | FRETURN - Return float from method
Stack: ..., value -> <empty> |
class | IRETURN - Return int from method
Stack: ..., value -> <empty> |
class | LRETURN - Return long from method
Stack: ..., value.word1, value.word2 -> <empty> |
class | RETURN - Return from void method
Stack: ... |
Fields of type org.apache.bcel.generic.ReturnInstruction | |
ReturnInstruction | |
ReturnInstruction | |
ReturnInstruction | |
ReturnInstruction | |
ReturnInstruction | |
ReturnInstruction |
Methods with parameter type org.apache.bcel.generic.ReturnInstruction | |
void | |
void |
Methods with return type org.apache.bcel.generic.ReturnInstruction | |
ReturnInstruction | Create typed return
|
Methods with parameter type org.apache.bcel.generic.ReturnInstruction | |
void | Assures the generic preconditions of a ReturnInstruction instance. |