frysk.scopes
Class ScopeFactory

java.lang.Object
  extended by frysk.scopes.ScopeFactory

public class ScopeFactory
extends Object


Field Summary
private  HashMap scopes
           
static ScopeFactory theFactory
           
 
Constructor Summary
private ScopeFactory()
           
 
Method Summary
private  Scope createScope(DwarfDie die, TypeFactory typeFactory)
           
 Scope getScope(DwarfDie die, TypeFactory typeFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theFactory

public static final ScopeFactory theFactory

scopes

private final HashMap scopes
Constructor Detail

ScopeFactory

private ScopeFactory()
Method Detail

getScope

public Scope getScope(DwarfDie die,
                      TypeFactory typeFactory)

createScope

private Scope createScope(DwarfDie die,
                          TypeFactory typeFactory)