public static class BootstrapMethodsAttribute.BootstrapMethod
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
bootstrap_arguments |
int |
bootstrap_method_ref |
| Constructor and Description |
|---|
BootstrapMethod(int bootstrap_method_ref,
int[] bootstrap_arguments) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static BootstrapMethodsAttribute.BootstrapMethod |
parseBootstrapMethod(java.io.DataInput in,
ConstantPool constant_pool) |
java.lang.String |
toString() |
public final int bootstrap_method_ref
public final int[] bootstrap_arguments
BootstrapMethod(int bootstrap_method_ref,
int[] bootstrap_arguments)
public java.lang.String toString()
toString in class java.lang.Objectstatic BootstrapMethodsAttribute.BootstrapMethod parseBootstrapMethod(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException