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

Inheritance: DieType
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

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

Méthodes protégées

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

Method Details

CreateType() protected méthode

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

DieEnumerationType() public méthode

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

ProcessAttribute() protected méthode

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