Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
ReturnInstruction |
Code.areturn()
Return an object from a method; the
areturn opcode. |
ReturnInstruction |
Code.dreturn()
Return a double from a method; the
dreturn opcode. |
ReturnInstruction |
Code.freturn()
Return a float from a method; the
freturn opcode. |
ReturnInstruction |
Code.ireturn()
Return an int from a method; the
ireturn opcode. |
ReturnInstruction |
Code.lreturn()
Return a long from a method; the
lreturn opcode. |
ReturnInstruction |
Code.vreturn()
Return void from a method; the
return opcode. |
ReturnInstruction |
Code.xreturn()
Return from a method.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterReturnInstruction(ReturnInstruction obj) |
void |
BCVisitor.exitReturnInstruction(ReturnInstruction obj) |
Copyright © 2002–2019. All rights reserved.