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
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 -
Method Summary
-
Constructor Details
-
DWARFDeferredStringAttribute
public DWARFDeferredStringAttribute(long offset)
-
-
Method Details
-
getValue
- Overrides:
getValue
in classDWARFStringAttribute
-
toString
- Overrides:
toString
in classDWARFStringAttribute
-