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

Debugging Information Entry corresponding to inheritance information.
From the DWARF spec: The class type of structure type entry that describes a derived class or structure owns debugging information entries describing each of the classes or structures it is derived from, ordered as they were in the source program.
상속: Die
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
DoResolve ( ) : void

메소드 상세

DieInheritance() 공개 메소드

public DieInheritance ( 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 ( ) : bool
리턴 bool