Uses of Class
org.objectweb.jac.core.rtti.ClassRepository

Packages that use ClassRepository
org.objectweb.jac.core Provides JAC system core classes.  
org.objectweb.jac.core.rtti Provides an aspect that contructs some RTTI (Run-Time Type Informations) for the classes that need it on the top of a structural metamodel (extending java.lang.reflect). 
 

Uses of ClassRepository in org.objectweb.jac.core
 

Fields in org.objectweb.jac.core declared as ClassRepository
protected static ClassRepository Wrapper.cr
           
protected static ClassRepository AspectComponent.cr
           
 

Uses of ClassRepository in org.objectweb.jac.core.rtti
 

Fields in org.objectweb.jac.core.rtti declared as ClassRepository
protected static ClassRepository ClassRepository.classRepository
          Store the sole instance of class repository.
 

Methods in org.objectweb.jac.core.rtti that return ClassRepository
static ClassRepository ClassRepository.get()
          Get the sole instance of class repository.