Uses of Class
org.hotswap.agent.javassist.bytecode.BootstrapMethodsAttribute.BootstrapMethod
-
Packages that use BootstrapMethodsAttribute.BootstrapMethod Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API. -
-
Uses of BootstrapMethodsAttribute.BootstrapMethod in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return BootstrapMethodsAttribute.BootstrapMethod Modifier and Type Method Description BootstrapMethodsAttribute.BootstrapMethod[]BootstrapMethodsAttribute. getMethods()Obtainsbootstrap_methodsin this attribute.Constructors in org.hotswap.agent.javassist.bytecode with parameters of type BootstrapMethodsAttribute.BootstrapMethod Constructor Description BootstrapMethodsAttribute(ConstPool cp, BootstrapMethodsAttribute.BootstrapMethod[] methods)Constructs a BootstrapMethods attribute.
-