|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.bcel.generic.ReturnInstruction
| Uses of ReturnInstruction in org.apache.bcel.generic |
| Subclasses of ReturnInstruction in org.apache.bcel.generic | |
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 |
| Fields in org.apache.bcel.generic declared as ReturnInstruction | |
static ReturnInstruction |
InstructionConstants.IRETURN
|
static ReturnInstruction |
InstructionConstants.LRETURN
|
static ReturnInstruction |
InstructionConstants.FRETURN
|
static ReturnInstruction |
InstructionConstants.DRETURN
|
static ReturnInstruction |
InstructionConstants.ARETURN
|
static ReturnInstruction |
InstructionConstants.RETURN
|
| Methods in org.apache.bcel.generic that return ReturnInstruction | |
static ReturnInstruction |
InstructionFactory.createReturn(Type type)
Create typed return |
| Methods in org.apache.bcel.generic with parameters of type ReturnInstruction | |
void |
Visitor.visitReturnInstruction(ReturnInstruction obj)
|
void |
EmptyVisitor.visitReturnInstruction(ReturnInstruction obj)
|
|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV NEXT | ||||||||