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

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

Public Methods

Method Description
DieSubrangeType ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System

Protected Methods

Method Description
ProcessAttribute ( Attribute attribute ) : void

Method Details

DieSubrangeType() public method

public DieSubrangeType ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
return System

ProcessAttribute() protected method

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