Enum Class DWARFAttributeId

java.lang.Object
java.lang.Enum<DWARFAttributeId>
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId
All Implemented Interfaces:
Serializable, Comparable<DWARFAttributeId>, Constable

public enum DWARFAttributeId extends Enum<DWARFAttributeId>
Defines the names and numeric ids of known DWARF attributes. Well-known attributes are also constrained to certain value types (see DWARFAttributeClass).

Users of this enum should be tolerant of unknown attribute id values. See DWARFAttributeDef.getRawAttributeId().