Uses of Class
org.objectweb.jac.core.WrappingChain

Packages that use WrappingChain
org.objectweb.jac.core Provides JAC system core classes.  
 

Uses of WrappingChain in org.objectweb.jac.core
 

Methods in org.objectweb.jac.core that return WrappingChain
static WrappingChain Wrapping.getWrappingChain(Wrappee wrappee, AbstractMethodItem method)
          Returns the wrapping chain that wraps the given method.
 

Methods in org.objectweb.jac.core with parameters of type WrappingChain
 int CompositionAspect.getWeaveTimeRank(WrappingChain wrappingChain, Wrapper wrapper)
          When a wrappee method is beeing wrapped by a wrapper, this method is upcalled by the system to get the rank of the wrapper within the wrapping chain (the set of wrappers that allready wrap the wrappee method).
 

Constructors in org.objectweb.jac.core with parameters of type WrappingChain
Interaction(WrappingChain wrappingChain, Wrappee wrappee, AbstractMethodItem method, Object[] args)