Uses of Class
org.apache.bcel.classfile.BootstrapMethod
-
Packages that use BootstrapMethod Package Description org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser. -
-
Uses of BootstrapMethod in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as BootstrapMethod Modifier and Type Field Description private BootstrapMethod[]BootstrapMethods. bootstrapMethods(package private) static BootstrapMethod[]BootstrapMethod. EMPTY_ARRAYMethods in org.apache.bcel.classfile that return BootstrapMethod Modifier and Type Method Description BootstrapMethodBootstrapMethod. copy()Creates a deep copy of this object.BootstrapMethod[]BootstrapMethods. getBootstrapMethods()Gets the array of bootstrap method records.Methods in org.apache.bcel.classfile that return types with arguments of type BootstrapMethod Modifier and Type Method Description java.util.Iterator<BootstrapMethod>BootstrapMethods. iterator()Methods in org.apache.bcel.classfile with parameters of type BootstrapMethod Modifier and Type Method Description voidBootstrapMethods. setBootstrapMethods(BootstrapMethod[] bootstrapMethods)Sets the bootstrap methods.Constructors in org.apache.bcel.classfile with parameters of type BootstrapMethod Constructor Description BootstrapMethod(BootstrapMethod c)Initialize from another object.BootstrapMethods(int nameIndex, int length, BootstrapMethod[] bootstrapMethods, ConstantPool constantPool)Constructs a BootstrapMethods attribute.
-