Class Coff64.Lineno

  • Enclosing class:
    Coff64

    public static class Coff64.Lineno
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int l_addr  
      int l_lnno  
      static int LINESZ  
    • Constructor Summary

      Constructors 
      Constructor Description
      Lineno​(java.io.RandomAccessFile file)  
      Lineno​(java.io.RandomAccessFile file, long offset)  
    • Method Summary

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

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

      • l_addr

        public int l_addr
      • l_lnno

        public int l_lnno
    • Constructor Detail

      • Lineno

        public Lineno​(java.io.RandomAccessFile file)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • Lineno

        public Lineno​(java.io.RandomAccessFile file,
                      long offset)
               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object