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

Debugging Information Entry corresponding to arbitrary types that are assigned names by the programmer.
Inheritance: DieType
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
DieTypedef ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System

Méthodes protégées

Méthode Description
CreateType ( ) : TargetType
PopulateType ( ) : void
ProcessAttribute ( Attribute attribute ) : void

Method Details

CreateType() protected méthode

protected CreateType ( ) : TargetType
Résultat Mono.Debugger.Languages.TargetType

DieTypedef() public méthode

public DieTypedef ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
Résultat System

PopulateType() protected méthode

protected PopulateType ( ) : void
Résultat void

ProcessAttribute() protected méthode

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