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[] bootstrap_methods) |
Constructor and Description |
---|
BootstrapMethod(BootstrapMethod c)
Initialize from another object.
|
BootstrapMethods(int name_index,
int length,
BootstrapMethod[] bootstrap_methods,
ConstantPool constant_pool) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.