public class BootstrapMethod extends Object implements Serializable, Cloneable
Constructor and Description |
---|
BootstrapMethod() |
Modifier and Type | Method and Description |
---|---|
BootstrapMethod |
copy() |
void |
dump(DataOutputStream file)
Dump object to file stream on binary format.
|
int[] |
getBootstrapArguments() |
int |
getBootstrapMethodRef() |
void |
setBootstrapArguments(int[] bootstrap_arguments) |
void |
setBootstrapMethodRef(int bootstrap_method_ref) |
public int getBootstrapMethodRef()
public void setBootstrapMethodRef(int bootstrap_method_ref)
public int[] getBootstrapArguments()
public void setBootstrapArguments(int[] bootstrap_arguments)
public final void dump(DataOutputStream file) throws IOException
file
- Output file streamIOException
public BootstrapMethod copy()