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

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

Public Methods

Method Description
DieConstType ( 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

DieConstType() public method

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