Uses of Class
org.apache.bcel.classfile.BootstrapMethod
Packages that use 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
Methods in org.apache.bcel.classfile that return BootstrapMethodModifier and TypeMethodDescriptionBootstrapMethod.copy()
final BootstrapMethod[]
BootstrapMethods.getBootstrapMethods()
Methods in org.apache.bcel.classfile that return types with arguments of type BootstrapMethodMethods in org.apache.bcel.classfile with parameters of type BootstrapMethodModifier and TypeMethodDescriptionfinal void
BootstrapMethods.setBootstrapMethods
(BootstrapMethod[] bootstrapMethods) Constructors in org.apache.bcel.classfile with parameters of type BootstrapMethodModifierConstructorDescriptionInitialize from another object.BootstrapMethods
(int nameIndex, int length, BootstrapMethod[] bootstrapMethods, ConstantPool constantPool)