Package | Description |
---|---|
org.apache.bcel.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.
|
org.apache.bcel.verifier.structurals |
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
|
Modifier and Type | Class and Description |
---|---|
class |
ARETURN
ARETURN - Return reference from method
|
class |
DRETURN
DRETURN - Return double from method
|
class |
FRETURN
FRETURN - Return float from method
|
class |
IRETURN
IRETURN - Return int from method
|
class |
LRETURN
LRETURN - Return long from method
|
class |
RETURN
RETURN - Return from void method
|
Modifier and Type | Field and Description |
---|---|
static ReturnInstruction |
InstructionConstants.ARETURN
Deprecated.
|
static ReturnInstruction |
InstructionConst.ARETURN |
static ReturnInstruction |
InstructionConstants.DRETURN
Deprecated.
|
static ReturnInstruction |
InstructionConst.DRETURN |
static ReturnInstruction |
InstructionConstants.FRETURN
Deprecated.
|
static ReturnInstruction |
InstructionConst.FRETURN |
static ReturnInstruction |
InstructionConstants.IRETURN
Deprecated.
|
static ReturnInstruction |
InstructionConst.IRETURN |
static ReturnInstruction |
InstructionConstants.LRETURN
Deprecated.
|
static ReturnInstruction |
InstructionConst.LRETURN |
static ReturnInstruction |
InstructionConstants.RETURN
Deprecated.
|
static ReturnInstruction |
InstructionConst.RETURN |
Modifier and Type | Method and Description |
---|---|
static ReturnInstruction |
InstructionFactory.createReturn(Type type)
Create typed return
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.visitReturnInstruction(ReturnInstruction obj) |
void |
EmptyVisitor.visitReturnInstruction(ReturnInstruction obj) |
Modifier and Type | Method and Description |
---|---|
void |
InstConstraintVisitor.visitReturnInstruction(ReturnInstruction o)
Assures the generic preconditions of a ReturnInstruction instance.
|
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.