Class DWARFStringAttribute

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DWARFStringAttribute​(java.lang.String value)  
    • Method Summary

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

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

      • value

        protected java.lang.String value
    • Constructor Detail

      • DWARFStringAttribute

        public DWARFStringAttribute​(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue​(StringTable stringTable)
      • toString

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