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

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

Public Methods

Method Description
DieMethodVariable ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev, DieLexicalBlock lexical_block, bool is_local ) : System

Protected Methods

Method Description
DoResolve ( ) : bool
DoResolveType ( ) : bool
ProcessAttribute ( Attribute attribute ) : void

Method Details

DieMethodVariable() public method

public DieMethodVariable ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev, DieLexicalBlock lexical_block, bool is_local ) : System
subprog DieSubprogram
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
lexical_block DieLexicalBlock
is_local bool
return System

DoResolve() protected method

protected DoResolve ( ) : bool
return bool

DoResolveType() protected method

protected DoResolveType ( ) : bool
return bool

ProcessAttribute() protected method

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