Class DWARFNumericAttribute
- java.lang.Object
 - 
- ghidra.app.util.bin.format.dwarf4.attribs.DWARFNumericAttribute
 
 
- 
- All Implemented Interfaces:
 DWARFAttributeValue
- Direct Known Subclasses:
 DWARFAmbigNumericAttribute
public class DWARFNumericAttribute extends java.lang.Object implements DWARFAttributeValue
DWARF numeric attribute.Use this class instead of
DWARFAmbigNumericAttributewhen the signed-ness of the raw value is known when deserializing the attribute from a stream.Use
DWARFAmbigNumericAttributewhen the signed-ness of the raw value is only know to the code that is using the attribute value. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected longvalue 
- 
Constructor Summary
Constructors Constructor Description DWARFNumericAttribute(long value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetUnsignedValue()longgetValue()java.lang.StringtoString() 
 -