Class DWARFAbbreviation

java.lang.Object
ghidra.app.util.bin.format.dwarf.DWARFAbbreviation

public class DWARFAbbreviation extends Object
This class represents the 'schema' for a DWARF DIE record.

A raw DWARF DIE record specifies its abbreviation code (pointing to an instance of this class) and the corresponding DWARFAbbreviation instance has the information about how the raw DIE is laid out.