public class BootstrapMethodData extends Indenter
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<java.lang.Integer> |
bsm_args_indexes |
(package private) int |
bsm_index |
private ClassData |
cls |
private Options |
options |
private java.io.PrintWriter |
out |
Constructor and Description |
---|
BootstrapMethodData(ClassData cls) |
Modifier and Type | Method and Description |
---|---|
void |
print() |
void |
read(java.io.DataInputStream in)
read
read and resolve the bootstrap method data called from ClassData.
|
decreaseIndent, getIndentString, increaseIndent, indent, setIndent
int bsm_index
java.util.ArrayList<java.lang.Integer> bsm_args_indexes
private Options options
private ClassData cls
private java.io.PrintWriter out
public BootstrapMethodData(ClassData cls)
public void read(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
public void print() throws java.io.IOException
java.io.IOException