Class DWARFNumericAttribute

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long value  
    • Field Detail

      • value

        protected final long value
    • Constructor Detail

      • DWARFNumericAttribute

        public DWARFNumericAttribute​(long value)
    • Method Detail

      • getValue

        public long getValue()
      • getUnsignedValue

        public long getUnsignedValue()
      • toString

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