Uses of Class
org.apache.bcel.classfile.BootstrapMethod
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
-
Uses of BootstrapMethod in org.apache.bcel.classfile
Modifier and TypeMethodDescriptionBootstrapMethod.copy()
final BootstrapMethod[]
BootstrapMethods.getBootstrapMethods()
Modifier and TypeMethodDescriptionfinal void
BootstrapMethods.setBootstrapMethods
(BootstrapMethod[] bootstrapMethods) ModifierConstructorDescriptionInitialize from another object.BootstrapMethods
(int nameIndex, int length, BootstrapMethod[] bootstrapMethods, ConstantPool constantPool)