Class DWARFDeferredStringAttribute
- java.lang.Object
-
- ghidra.app.util.bin.format.dwarf4.attribs.DWARFStringAttribute
-
- ghidra.app.util.bin.format.dwarf4.attribs.DWARFDeferredStringAttribute
-
- All Implemented Interfaces:
DWARFAttributeValue
public class DWARFDeferredStringAttribute extends DWARFStringAttribute
DWARF string attribute, where getting the value from the string table is deferred until requested for the first time.
-
-
Field Summary
-
Fields inherited from class ghidra.app.util.bin.format.dwarf4.attribs.DWARFStringAttribute
value
-
-
Constructor Summary
Constructors Constructor Description DWARFDeferredStringAttribute(long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue(StringTable stringTable)
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue(StringTable stringTable)
- Overrides:
getValue
in classDWARFStringAttribute
-
toString
public java.lang.String toString()
- Overrides:
toString
in classDWARFStringAttribute
-
-