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

Inheritance: DieVariableBase
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

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

Méthodes protégées

Méthode Description
DoResolve ( ) : bool
DoResolveType ( ) : bool
ProcessAttribute ( Attribute attribute ) : void

Method Details

DieMethodVariable() public méthode

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
Résultat System

DoResolve() protected méthode

protected DoResolve ( ) : bool
Résultat bool

DoResolveType() protected méthode

protected DoResolveType ( ) : bool
Résultat bool

ProcessAttribute() protected méthode

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
Résultat void