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

Packages that use ClassInfo
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 ClassInfo in org.objectweb.jac.core.rtti
 

Methods in org.objectweb.jac.core.rtti that return ClassInfo
 ClassInfo ClassRepository.getClassInfo(String className)
           
 ClassInfo LoadtimeRTTI.getClassInfo(String className)
          Returns the class info of a class
 

Methods in org.objectweb.jac.core.rtti with parameters of type ClassInfo
 void ClassRepository.setClassInfo(String className, ClassInfo classInfo)
           
 void LoadtimeRTTI.setClassInfo(String className, ClassInfo classInfo)