| Package | Description |
|---|---|
| org.apache.bcel.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 |
|---|---|
BootstrapMethod |
BootstrapMethod.copy() |
BootstrapMethod[] |
BootstrapMethods.getBootstrapMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapMethods.setBootstrapMethods(BootstrapMethod[] bootstrapMethods) |
| Constructor and Description |
|---|
BootstrapMethod(BootstrapMethod c)
Initialize from another object.
|
BootstrapMethods(int name_index,
int length,
BootstrapMethod[] bootstrapMethods,
ConstantPool constant_pool) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.