Class GnuDebugLinkSection.GnuDebugLinkSectionValues

  • Enclosing class:
    GnuDebugLinkSection

    public static class GnuDebugLinkSection.GnuDebugLinkSectionValues
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GnuDebugLinkSectionValues​(java.lang.String filename, int crc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCrc()  
      java.lang.String getFilename()  
      • Methods inherited from class java.lang.Object

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

      • GnuDebugLinkSectionValues

        public GnuDebugLinkSectionValues​(java.lang.String filename,
                                         int crc)
    • Method Detail

      • getFilename

        public java.lang.String getFilename()
      • getCrc

        public int getCrc()