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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ProcessAttribute ( Attribute attribute ) : void
ReadChildren ( DwarfBinaryReader reader ) : ArrayList

Method Details

DieNamespace() public méthode

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

ReadChildren() protected méthode

protected ReadChildren ( DwarfBinaryReader reader ) : ArrayList
reader DwarfBinaryReader
Résultat System.Collections.ArrayList