C# 클래스 Mono.Debugger.Backend.DwarfReader.DieMethodVariable

상속: DieVariableBase
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
DieMethodVariable ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev, DieLexicalBlock lexical_block, bool is_local ) : System

보호된 메소드들

메소드 설명
DoResolve ( ) : bool
DoResolveType ( ) : bool
ProcessAttribute ( Attribute attribute ) : void

메소드 상세

DieMethodVariable() 공개 메소드

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
리턴 System

DoResolve() 보호된 메소드

protected DoResolve ( ) : bool
리턴 bool

DoResolveType() 보호된 메소드

protected DoResolveType ( ) : bool
리턴 bool

ProcessAttribute() 보호된 메소드

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
리턴 void