Class DWARFIndirectAttribute
- java.lang.Object
-
- ghidra.app.util.bin.format.dwarf4.attribs.DWARFIndirectAttribute
-
- All Implemented Interfaces:
DWARFAttributeValue
public class DWARFIndirectAttribute extends java.lang.Object implements DWARFAttributeValue
DWARF indirect attribute.Holds a reference to an actual
DWARFAttributeValueinstance and itstype.Used with DW_FORM_indirect attributes that encode the
form typeof the attribute value inline instead of in the DIE'sabbreviation.
-
-
Constructor Summary
Constructors Constructor Description DWARFIndirectAttribute(DWARFAttributeValue value, DWARFForm form)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DWARFFormgetForm()DWARFAttributeValuegetValue()
-
-
-
Constructor Detail
-
DWARFIndirectAttribute
public DWARFIndirectAttribute(DWARFAttributeValue value, DWARFForm form)
-
-
Method Detail
-
getValue
public DWARFAttributeValue getValue()
-
getForm
public DWARFForm getForm()
-
-