Uses of Interface
org.objectweb.jac.core.rtti.LoadtimeRTTI

Packages that use LoadtimeRTTI
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). 
org.objectweb.jac.core.translators   
 

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

Classes in org.objectweb.jac.core.rtti that implement LoadtimeRTTI
 class ClassRepository
          This class defines the class repository of the rtti aspect.
 

Uses of LoadtimeRTTI in org.objectweb.jac.core.translators
 

Constructors in org.objectweb.jac.core.translators with parameters of type LoadtimeRTTI
WrappeeTranslator_BCEL(LoadtimeRTTI rtti)
          Translator initializator.