Package javassist.bytecode
Class BootstrapMethodsAttribute.BootstrapMethod
java.lang.Object
javassist.bytecode.BootstrapMethodsAttribute.BootstrapMethod
- Enclosing class:
BootstrapMethodsAttribute
An element of
bootstrap_methods.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBootstrapMethod(int method, int[] args) Constructs an element ofbootstrap_methods. -
Method Summary
-
Field Details
-
methodRef
public int methodRefbootstrap_method_ref. The value at this index must be aCONSTANT_MethodHandle_info. -
arguments
public int[] argumentsbootstrap_arguments.
-
-
Constructor Details
-
BootstrapMethod
public BootstrapMethod(int method, int[] args) Constructs an element ofbootstrap_methods.- Parameters:
method-bootstrap_method_ref.args-bootstrap_arguments.
-