| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| Modifier and Type | Method and Description |
|---|---|
Code |
Method.getCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescendingVisitor.visitCode(Code code) |
void |
EmptyVisitor.visitCode(Code obj) |
void |
Visitor.visitCode(Code obj) |
| Constructor and Description |
|---|
Code(Code c)
Initialize from another object.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.