C# Class Mono.Debugger.Backend.DwarfReader.DieInheritance

Debugging Information Entry corresponding to inheritance information.
From the DWARF spec: The class type of structure type entry that describes a derived class or structure owns debugging information entries describing each of the classes or structures it is derived from, ordered as they were in the source program.
Inheritance: Die
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
DieInheritance ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
Resolve ( ) : bool

Méthodes protégées

Méthode Description
ProcessAttribute ( Attribute attribute ) : void

Private Methods

Méthode Description
DoResolve ( ) : void

Method Details

DieInheritance() public méthode

public DieInheritance ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
Résultat System

ProcessAttribute() protected méthode

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
Résultat void

Resolve() public méthode

public Resolve ( ) : bool
Résultat bool