Uses of Interface
org.aspectj.lang.JoinPoint

Packages that use JoinPoint
org.aspectbench.eaj.lang   
org.aspectbench.runtime.reflect   
 

Uses of JoinPoint in org.aspectbench.eaj.lang
 

Subinterfaces of JoinPoint in org.aspectbench.eaj.lang
 interface JoinPoint
          Provides reflective access to both the state available at a join point and static information about it.
 

Uses of JoinPoint in org.aspectbench.runtime.reflect
 

Classes in org.aspectbench.runtime.reflect that implement JoinPoint
 class JoinPointImpl
           
static class JoinPointImpl.StaticPartImpl
           
 

Methods in org.aspectbench.runtime.reflect that return JoinPoint
static JoinPoint Factory.makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target)
           
static JoinPoint Factory.makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0)
           
static JoinPoint Factory.makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args)
           
static JoinPoint Factory.makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0, Object arg1)