Uses of Class
javassist.bytecode.BootstrapMethodsAttribute.BootstrapMethod
Packages that use BootstrapMethodsAttribute.BootstrapMethod
-
Uses of BootstrapMethodsAttribute.BootstrapMethod in javassist.bytecode
Methods in javassist.bytecode that return BootstrapMethodsAttribute.BootstrapMethodModifier and TypeMethodDescriptionBootstrapMethodsAttribute.getMethods()Obtainsbootstrap_methodsin this attribute.Methods in javassist.bytecode with parameters of type BootstrapMethodsAttribute.BootstrapMethodModifier and TypeMethodDescriptionvoidBootstrapMethodsAttribute.addMethod(ConstPool srcCp, BootstrapMethodsAttribute.BootstrapMethod srcBm, int index, Map<String, String> classnames) add bootstrap method from givenConstPoolandBootstrapMethod, and add it to the specified index.Constructors in javassist.bytecode with parameters of type BootstrapMethodsAttribute.BootstrapMethodModifierConstructorDescriptionConstructs a BootstrapMethods attribute.