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

Inheritance: Die
显示文件 Open project: baulig/debugger

Public Methods

Method Description
DieNamespace ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System

Protected Methods

Method Description
ProcessAttribute ( Attribute attribute ) : void
ReadChildren ( DwarfBinaryReader reader ) : ArrayList

Method Details

DieNamespace() public method

public DieNamespace ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
return System

ProcessAttribute() protected method

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
return void

ReadChildren() protected method

protected ReadChildren ( DwarfBinaryReader reader ) : ArrayList
reader DwarfBinaryReader
return System.Collections.ArrayList