Uses of Interface
org.aspectj.lang.JoinPoint

Packages that use JoinPoint
org.aspectj.lang Provides several interfaces for obtaining reflective information about a join point, as well as several exceptions that can be thrown by AspectJ code. 
org.aspectj.runtime.reflect   
 

Uses of JoinPoint in org.aspectj.lang
 

Subinterfaces of JoinPoint in org.aspectj.lang
 interface ProceedingJoinPoint
          ProceedingJoinPoint exposes the proceed(..) method in order to support around advice in @AJ aspects
 

Uses of JoinPoint in org.aspectj.runtime.reflect
 

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