Class DWARFIndirectAttribute

java.lang.Object
ghidra.app.util.bin.format.dwarf4.attribs.DWARFIndirectAttribute
All Implemented Interfaces:
DWARFAttributeValue

public class DWARFIndirectAttribute extends Object implements DWARFAttributeValue
DWARF indirect attribute.

Holds a reference to an actual DWARFAttributeValue instance and its type.

Used with DW_FORM_indirect attributes that encode the form type of the attribute value inline instead of in the DIE's abbreviation.