Interface IDwCompileUnit

All Superinterfaces:
IDIE

@Ser public interface IDwCompileUnit extends IDIE
IDwCompileUnit is the root of a DWARF Compile_Unit. This is not exactly a IDIE but is represented as well since it shares lots of attributes (offset, parent, child...). Since this is the root, it has only one child (of type DW_TAG_compile_unit).

Do not mix up with the JEB's unit system.