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

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

공개 메소드들

메소드 설명
DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
Resolve ( DieStructureType die_struct ) : bool

보호된 메소드들

메소드 설명
ProcessAttribute ( Attribute attribute ) : void
ResolveType ( DieStructureType die_struct ) : TargetType

비공개 메소드들

메소드 설명
read_location ( ) : bool

메소드 상세

DieMember() 공개 메소드

public DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
리턴 System

ProcessAttribute() 보호된 메소드

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

Resolve() 공개 메소드

public Resolve ( DieStructureType die_struct ) : bool
die_struct DieStructureType
리턴 bool

ResolveType() 보호된 메소드

protected ResolveType ( DieStructureType die_struct ) : TargetType
die_struct DieStructureType
리턴 Mono.Debugger.Languages.TargetType