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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
ProcessAttribute ( Attribute attribute ) : void
ReadChildren ( DwarfBinaryReader reader ) : ArrayList

메소드 상세

DieNamespace() 공개 메소드

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

ProcessAttribute() 보호된 메소드

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

ReadChildren() 보호된 메소드

protected ReadChildren ( DwarfBinaryReader reader ) : ArrayList
reader DwarfBinaryReader
리턴 System.Collections.ArrayList