C# Class Mono.Debugger.Backend.DwarfReader.DwarfSymbolTable

Inheritance: SymbolTable
显示文件 Open project: baulig/debugger

Public Methods

Method Description
DwarfSymbolTable ( DwarfReader dwarf, ArrayList ranges ) : System
GetAllMethods ( ) : ArrayList
ToString ( ) : string

Protected Methods

Method Description
GetMethods ( ) : ArrayList

Method Details

DwarfSymbolTable() public method

public DwarfSymbolTable ( DwarfReader dwarf, ArrayList ranges ) : System
dwarf DwarfReader
ranges System.Collections.ArrayList
return System

GetAllMethods() public method

public GetAllMethods ( ) : ArrayList
return System.Collections.ArrayList

GetMethods() protected method

protected GetMethods ( ) : ArrayList
return System.Collections.ArrayList

ToString() public method

public ToString ( ) : string
return string