| Package | Description |
|---|---|
| serp.bytecode |
Bytecode Manipuation
|
| serp.bytecode.visitor |
Bytecode Visitor
|
| Modifier and Type | Method and Description |
|---|---|
RetInstruction |
Code.ret()
Add the
ret opcode, used in implementing
finally clauses. |
| Modifier and Type | Method and Description |
|---|---|
void |
BCVisitor.enterRetInstruction(RetInstruction obj) |
void |
PrettyPrintVisitor.enterRetInstruction(RetInstruction obj) |
void |
BCVisitor.exitRetInstruction(RetInstruction obj) |
Copyright © 2002–2016. All rights reserved.