Class DWARFIndirectAttribute
java.lang.Object
ghidra.app.util.bin.format.dwarf.attribs.DWARFNumericAttribute
ghidra.app.util.bin.format.dwarf.attribs.DWARFIndirectAttribute
- All Implemented Interfaces:
DWARFAttributeValue
DWARF numeric attribute value that is an index into a lookup table
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()getValueString(DWARFCompilationUnit cu, DWARFAttributeDef<?> def) toString()Methods inherited from class DWARFNumericAttribute
getUnsignedIntExact, getUnsignedValue, getValue, getValueWithSignednessHint, isAmbiguousSignedness, isHighbitSet, toElementLocationString
-
Constructor Details
-
DWARFIndirectAttribute
public DWARFIndirectAttribute(long index)
-
-
Method Details
-
getIndex
- Throws:
IOException
-
getValueString
- Specified by:
getValueStringin interfaceDWARFAttributeValue- Overrides:
getValueStringin classDWARFNumericAttribute
-
toString
- Overrides:
toStringin classDWARFNumericAttribute
-