Package org.openjdk.asmtools.jdis
Class ModuleData
java.lang.Object
org.openjdk.asmtools.jdis.ModuleData
The module attribute data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Module
private PrintWriter
private ConstantPool
private final Tool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
print()
void
read
(DataInputStream in) Reads and resolve the method's attribute data called from ClassData.
-
Field Details
-
tool
-
pool
-
out
-
module
-
-
Constructor Details
-
ModuleData
-
-
Method Details
-
getModuleName
-
getModuleVersion
-
getModuleHeader
-
read
Reads and resolve the method's attribute data called from ClassData.- Throws:
IOException
-
print
public void print()
-