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

상속: Die, ITypeEntry
파일 보기 프로젝트 열기: baulig/debugger

보호된 프로퍼티들

프로퍼티 타입 설명
language Language
offset long

공개 메소드들

메소드 설명
DieType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System
ResolveType ( ) : TargetType
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateType ( ) : TargetType
GetReference ( long offset ) : DieType
PopulateType ( ) : void
ProcessAttribute ( Attribute attribute ) : void

비공개 메소드들

메소드 설명
GetAlias ( string name ) : TargetType

메소드 상세

CreateType() 보호된 추상적인 메소드

protected abstract CreateType ( ) : TargetType
리턴 Mono.Debugger.Languages.TargetType

DieType() 공개 메소드

public DieType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
리턴 System

GetReference() 보호된 메소드

protected GetReference ( long offset ) : DieType
offset long
리턴 DieType

PopulateType() 보호된 메소드

protected PopulateType ( ) : void
리턴 void

ProcessAttribute() 보호된 메소드

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

ResolveType() 공개 메소드

public ResolveType ( ) : TargetType
리턴 Mono.Debugger.Languages.TargetType

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

language 보호되어 있는 프로퍼티

protected Language language
리턴 Language

offset 보호되어 있는 프로퍼티

protected long offset
리턴 long