public class BootstrapMethodData extends Indenter
| Constructor and Description |
|---|
BootstrapMethodData(ClassData cls) |
| Modifier and Type | Method and Description |
|---|---|
void |
print() |
void |
read(DataInputStream in)
read
read and resolve the bootstrap method data called from ClassData.
|
decreaseIndent, getIndentString, increaseIndent, indent, setIndentpublic BootstrapMethodData(ClassData cls)
public void read(DataInputStream in) throws IOException
IOExceptionpublic void print()
throws IOException
IOExceptionCopyright © 2021. All Rights Reserved.