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

Debugging Information Entry corresponding to base types.
From the DWARF spec: A base type is a data type that is not defined in terms of other data types. Each programming language has a set of base types that are considered to be built into that language.
상속: DieType
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
DieBaseType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System

보호된 메소드들

메소드 설명
CreateType ( ) : TargetType
GetMonoType ( DwarfBaseTypeEncoding encoding, int byte_size ) : FundamentalKind
ProcessAttribute ( Attribute attribute ) : void

메소드 상세

CreateType() 보호된 메소드

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

DieBaseType() 공개 메소드

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

GetMonoType() 보호된 메소드

protected GetMonoType ( DwarfBaseTypeEncoding encoding, int byte_size ) : FundamentalKind
encoding DwarfBaseTypeEncoding
byte_size int
리턴 FundamentalKind

ProcessAttribute() 보호된 메소드

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