Package org.openjdk.asmtools.jdis
Class BootstrapMethodData
java.lang.Object
org.openjdk.asmtools.jdis.Indenter
org.openjdk.asmtools.jdis.BootstrapMethodData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
print()
void
read
(DataInputStream in) read read and resolve the bootstrap method data called from ClassData. precondition: NumFields has already been read from the stream.Methods inherited from class org.openjdk.asmtools.jdis.Indenter
decreaseIndent, getIndentString, increaseIndent, indent, setIndent
-
Constructor Details
-
BootstrapMethodData
-
-
Method Details
-
read
read read and resolve the bootstrap method data called from ClassData. precondition: NumFields has already been read from the stream.- Throws:
IOException
-
print
- Throws:
IOException
-