Package org.openjdk.asmtools.jdis
Class BootstrapMethodData
- java.lang.Object
-
- org.openjdk.asmtools.jdis.Indenter
-
- org.openjdk.asmtools.jdis.BootstrapMethodData
-
public class BootstrapMethodData extends Indenter
-
-
Constructor Summary
Constructors Constructor Description BootstrapMethodData(ClassData cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print()
void
read(java.io.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
-
-
-
-
Constructor Detail
-
BootstrapMethodData
public BootstrapMethodData(ClassData cls)
-
-
Method Detail
-
read
public void read(java.io.DataInputStream in) throws java.io.IOException
read read and resolve the bootstrap method data called from ClassData. precondition: NumFields has already been read from the stream.- Throws:
java.io.IOException
-
print
public void print() throws java.io.IOException
- Throws:
java.io.IOException
-
-