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

Inheritance: Die, ITypeEntry
Afficher le fichier Open project: baulig/debugger

Protected Properties

Свойство Type Description
language Language
offset long

Méthodes publiques

Méthode Description
DieType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System
ResolveType ( ) : TargetType
ToString ( ) : string

Méthodes protégées

Méthode Description
CreateType ( ) : TargetType
GetReference ( long offset ) : DieType
PopulateType ( ) : void
ProcessAttribute ( Attribute attribute ) : void

Private Methods

Méthode Description
GetAlias ( string name ) : TargetType

Method Details

CreateType() protected abstract méthode

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

DieType() public méthode

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

GetReference() protected méthode

protected GetReference ( long offset ) : DieType
offset long
Résultat DieType

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

ResolveType() public méthode

public ResolveType ( ) : TargetType
Résultat Mono.Debugger.Languages.TargetType

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

language protected_oe property

protected Language language
Résultat Language

offset protected_oe property

protected long offset
Résultat long