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

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

공개 메소드들

메소드 설명
DieLexicalBlock ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
IsInRange ( TargetAddress address ) : bool

보호된 메소드들

메소드 설명
CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
ProcessAttribute ( Attribute attribute ) : void

메소드 상세

CreateDie() 보호된 메소드

protected CreateDie ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : Die
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
리턴 Die

DieLexicalBlock() 공개 메소드

public DieLexicalBlock ( DieSubprogram subprog, DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
subprog DieSubprogram
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
리턴 System

IsInRange() 공개 메소드

public IsInRange ( TargetAddress address ) : bool
address TargetAddress
리턴 bool

ProcessAttribute() 보호된 메소드

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