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

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

Méthodes publiques

Méthode Description
DieEnumerator ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System

Méthodes protégées

Méthode Description
ProcessAttribute ( Attribute attribute ) : void

Method Details

DieEnumerator() public méthode

public DieEnumerator ( 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