| Package | Description |
|---|---|
| jasm.attributes |
Provides classes for representing class file attributes, including code necessary for encoding and decoding them.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Code.Handler> |
Code.handlers |
| Modifier and Type | Method and Description |
|---|---|
List<Code.Handler> |
Code.handlers() |
| Constructor and Description |
|---|
Code(Collection<Bytecode> bytecodes,
Collection<Code.Handler> handlers,
ClassFile.Method method) |
Copyright © 2016. All rights reserved.