Class ModuleData


  • public class ModuleData
    extends java.lang.Object
    The module attribute data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getModuleHeader()  
      java.lang.String getModuleName()  
      java.lang.String getModuleVersion()  
      void print()  
      void read​(java.io.DataInputStream in)
      Reads and resolve the method's attribute data called from ClassData.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tool

        private final Tool tool
      • out

        private java.io.PrintWriter out
      • module

        private Module module
    • Constructor Detail

      • ModuleData

        public ModuleData​(ClassData clsData)
    • Method Detail

      • getModuleName

        public java.lang.String getModuleName()
      • getModuleVersion

        public java.lang.String getModuleVersion()
      • getModuleHeader

        public java.lang.String getModuleHeader()
      • read

        public void read​(java.io.DataInputStream in)
                  throws java.io.IOException
        Reads and resolve the method's attribute data called from ClassData.
        Throws:
        java.io.IOException
      • print

        public void print()