Uses of Class
org.apache.bcel.classfile.BootstrapMethod
Packages that use BootstrapMethod
Package
Description
This package contains the 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 with parameters of type BootstrapMethodModifier and TypeMethodDescriptionfinal voidBootstrapMethods.setBootstrapMethods(BootstrapMethod[] bootstrapMethods) Constructors in org.apache.bcel.classfile with parameters of type BootstrapMethodModifierConstructorDescriptionInitialize from another object.BootstrapMethods(int name_index, int length, BootstrapMethod[] bootstrapMethods, ConstantPool constant_pool)