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

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

Public Methods

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

Protected Methods

Method Description
CreateType ( ) : TargetType
ProcessAttribute ( Attribute attribute ) : void

Method Details

CreateType() protected method

protected CreateType ( ) : TargetType
return Mono.Debugger.Languages.TargetType

DiePointerType() public method

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