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.BootstrapMethod.copy(ConstPool srcCp, ConstPool destCp, Map<String, String> classnames) Makes a copy.BootstrapMethodsAttribute.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.private static byte[]BootstrapMethodsAttribute.convertMethodsToBytes(BootstrapMethodsAttribute.BootstrapMethod[] methods) private static voidCodeAttribute.copyInvokeStaticMethod(CtClass srcCc, ConstPool srcCp, BootstrapMethodsAttribute.BootstrapMethod srcBm, CtClass destCc, Map<String, String> classnameMap) Copy the static methods referenced by the bootstrap method in this class (such as some lambda methods).
If the source method exists in the destination class, it will be ignored.Constructors in javassist.bytecode with parameters of type BootstrapMethodsAttribute.BootstrapMethodModifierConstructorDescriptionConstructs a BootstrapMethods attribute.