| Package | Description |
|---|---|
| serp.bytecode |
Bytecode Manipuation
This package contains a framework for Java bytecode manipulation.
|
| serp.bytecode.visitor |
Bytecode Visitor
This package implements the visitor pattern on bytecode entities
and provides a useful concrete visitor that pretty-prints a detailed
document describing any bytecode entity.
|
| Modifier and Type | Method and Description |
|---|---|
Exceptions |
BCMethod.getExceptions(boolean add)
Return the checked exceptions information for the method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.enterExceptions(Exceptions obj) |
void |
BCVisitor.enterExceptions(Exceptions obj) |
void |
BCVisitor.exitExceptions(Exceptions obj) |
Copyright © 2002–2015. All rights reserved.