lib.dwfl
Class Dwarf

java.lang.Object
  extended by lib.dwfl.Dwarf

public class Dwarf
extends Object


Constructor Summary
Dwarf(Elf elf, DwarfCommand cmd, ElfSection section)
           
Dwarf(String file, DwarfCommand cmd)
           
 
Method Summary
 LinkedList getCUByName(String name)
          Returns a list of compilation units matching the given name.
 String[] getSourceFiles()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dwarf

public Dwarf(Elf elf,
             DwarfCommand cmd,
             ElfSection section)

Dwarf

public Dwarf(String file,
             DwarfCommand cmd)
Method Detail

getSourceFiles

public String[] getSourceFiles()

getCUByName

public LinkedList getCUByName(String name)
Returns a list of compilation units matching the given name. If a full path is give only one cu is likely to be returned.

Parameters:
name -
Returns: