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 |
---|---|
Iterator<BootstrapMethod> |
BootstrapMethods.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapMethods.setBootstrapMethods(BootstrapMethod[] bootstrapMethods) |
Constructor and Description |
---|
BootstrapMethod(BootstrapMethod c)
Initialize from another object.
|
BootstrapMethods(int nameIndex,
int length,
BootstrapMethod[] bootstrapMethods,
ConstantPool constantPool) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.