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

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

Methods in org.objectweb.jac.core.rtti with parameters of type InvokeInfo
 void ClassInfo.addInvokedMethod(String method, InvokeInfo invokeInfo)
           
 void ClassRepository.addInvokedMethod(String className, String methodSign, InvokeInfo invokeInfo)
           
 void LoadtimeRTTI.addInvokedMethod(String className, String methodSign, InvokeInfo invokeInfo)
          Tells that a method invokes another method