Uses of Class
wt.tools.generation.ClassRegistry

Packages that use ClassRegistry
wt.tools   
wt.tools.generation   
wt.tools.metamodel   
 

Uses of ClassRegistry in wt.tools
 

Fields in wt.tools declared as ClassRegistry
private  ClassRegistry ModelRegistrar.globalClassRegistry
           
private  ClassRegistry ModelRegistrar.classRegistry
           
private  ClassRegistry ModelRegistrar.globalClassRegistry
           
private  ClassRegistry ModelRegistrar.classRegistry
           
 

Uses of ClassRegistry in wt.tools.generation
 

Fields in wt.tools.generation declared as ClassRegistry
private static ClassRegistry ClassRegistry.INSTANCE
           
protected  ClassRegistry ClassRegistrar.registry
           
private static ClassRegistry ClassRegistry.INSTANCE
           
protected  ClassRegistry ClassRegistrar.registry
           
 

Methods in wt.tools.generation that return ClassRegistry
static ClassRegistry ClassRegistry.get(String module_name)
           
protected static ClassRegistry ClassRegistry.get(String module_name, boolean recurse)
           
static ClassRegistry ClassRegistry.get(String module_name)
           
protected static ClassRegistry ClassRegistry.get(String module_name, boolean recurse)
           
 

Methods in wt.tools.generation with parameters of type ClassRegistry
protected static HashSet ClassRegistry.valuesSet(String class_name, ClassRegistry class_reg, HashSet set)
           
protected static HashSet ClassRegistry.valuesSet(String class_name, ClassRegistry class_reg, HashSet set)
           
 

Constructors in wt.tools.generation with parameters of type ClassRegistry
ClassRegistry.RegistryKeyEnumerator(ClassRegistry top_reg)
           
ClassRegistrar(ClassRegistry theRegistry)
           
ClassRegistrar(ClassRegistry theRegistry, Collection valid_pkgs)
           
ClassRegistry.RegistryKeyEnumerator(ClassRegistry top_reg)
           
ClassRegistrar(ClassRegistry theRegistry)
           
ClassRegistrar(ClassRegistry theRegistry, Collection valid_pkgs)
           
 

Uses of ClassRegistry in wt.tools.metamodel
 

Methods in wt.tools.metamodel that return ClassRegistry
static ClassRegistry Rule.getClassRegistry(ClassClass owner)
           
static ClassRegistry Rule.getClassRegistry(ClassClass owner)