Uses of Interface
org.aspectj.lang.JoinPoint.StaticPart

Packages that use JoinPoint.StaticPart
org.aspectbench.eaj.lang   
org.aspectbench.eaj.runtime.reflect   
org.aspectbench.runtime.reflect   
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. 
 

Uses of JoinPoint.StaticPart in org.aspectbench.eaj.lang
 

Subinterfaces of JoinPoint.StaticPart in org.aspectbench.eaj.lang
static interface JoinPoint.StaticPart
           
 

Uses of JoinPoint.StaticPart in org.aspectbench.eaj.runtime.reflect
 

Methods in org.aspectbench.eaj.runtime.reflect that return JoinPoint.StaticPart
 JoinPoint.StaticPart EajFactory.makeSJP(String kind, Signature sig, int l, int c, int offset)
           
 

Constructors in org.aspectbench.eaj.runtime.reflect with parameters of type JoinPoint.StaticPart
JoinPointImpl(JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args)
           
 

Uses of JoinPoint.StaticPart in org.aspectbench.runtime.reflect
 

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

Fields in org.aspectbench.runtime.reflect declared as JoinPoint.StaticPart
(package private)  JoinPoint.StaticPart JoinPointImpl.staticPart
           
 

Methods in org.aspectbench.runtime.reflect that return JoinPoint.StaticPart
 JoinPoint.StaticPart JoinPointImpl.getStaticPart()
           
 JoinPoint.StaticPart JoinPointImpl.StaticPartImpl.getStaticPart()
           
 JoinPoint.StaticPart Factory.makeSJP(String kind, Signature sig, int l)
           
 JoinPoint.StaticPart Factory.makeSJP(String kind, Signature sig, int l, int c)
           
 JoinPoint.StaticPart Factory.makeSJP(String kind, Signature sig, SourceLocation loc)
           
 

Methods in org.aspectbench.runtime.reflect with parameters of type JoinPoint.StaticPart
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)
           
 

Constructors in org.aspectbench.runtime.reflect with parameters of type JoinPoint.StaticPart
JoinPointImpl(JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args)
           
 

Uses of JoinPoint.StaticPart in org.aspectj.lang
 

Methods in org.aspectj.lang that return JoinPoint.StaticPart
 JoinPoint.StaticPart JoinPoint.getStaticPart()
           Returns an object that encapsulates the static parts of this join point