Package org.openjdk.asmtools.jdis
Class BootstrapMethodData
java.lang.Object
org.openjdk.asmtools.jdis.Indenter
org.openjdk.asmtools.jdis.BootstrapMethodData
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
private ClassData
private Options
private PrintWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
print()
void
read
(DataInputStream in) read read and resolve the bootstrap method data called from ClassData.Methods inherited from class org.openjdk.asmtools.jdis.Indenter
decreaseIndent, getIndentString, increaseIndent, indent, setIndent
-
Field Details
-
bsm_index
int bsm_index -
bsm_args_indexes
-
options
-
cls
-
out
-
-
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
-