lib.dwfl
Class DwarfDieFactory

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

public class DwarfDieFactory
extends Object

Factory class for creating DwarfDie objects.


Constructor Summary
DwarfDieFactory()
           
 
Method Summary
static DwarfDieFactory getFactory()
          Get the singleton factory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DwarfDieFactory

public DwarfDieFactory()
Method Detail

getFactory

public static DwarfDieFactory getFactory()
Get the singleton factory.

Returns:
the factory