public class ModuleData extends Object
Constructor and Description |
---|
ModuleData(ClassData clsData) |
Modifier and Type | Method and Description |
---|---|
String |
getModuleHeader() |
String |
getModuleName() |
String |
getModuleVersion() |
void |
print() |
void |
read(DataInputStream in)
Reads and resolve the method's attribute data called from ClassData.
|
public ModuleData(ClassData clsData)
public String getModuleName()
public String getModuleVersion()
public String getModuleHeader()
public void read(DataInputStream in) throws IOException
IOException
public void print()
Copyright © 2021. All Rights Reserved.