org.aspectbench.eaj.runtime.reflect
Class JoinPointImpl

java.lang.Object
  extended byorg.aspectbench.runtime.reflect.JoinPointImpl
      extended byorg.aspectbench.eaj.runtime.reflect.JoinPointImpl
All Implemented Interfaces:
JoinPoint, JoinPoint

public class JoinPointImpl
extends JoinPointImpl
implements JoinPoint


Nested Class Summary
 
Nested classes inherited from class org.aspectbench.eaj.lang.JoinPoint
JoinPoint.StaticPart
 
Field Summary
 
Fields inherited from interface org.aspectj.lang.JoinPoint
ADVICE_EXECUTION, CONSTRUCTOR_CALL, CONSTRUCTOR_EXECUTION, EXCEPTION_HANDLER, FIELD_GET, FIELD_SET, INITIALIZATION, METHOD_CALL, METHOD_EXECUTION, PREINTIALIZATION, STATICINITIALIZATION
 
Constructor Summary
JoinPointImpl(JoinPoint.StaticPart staticPart, java.lang.Object _this, java.lang.Object target, java.lang.Object[] args)
           
 
Methods inherited from class org.aspectbench.runtime.reflect.JoinPointImpl
getArgs, getKind, getSignature, getSourceLocation, getStaticPart, getTarget, getThis, toLongString, toShortString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.aspectj.lang.JoinPoint
getArgs, getKind, getSignature, getSourceLocation, getStaticPart, getTarget, getThis, toLongString, toShortString, toString
 

Constructor Detail

JoinPointImpl

public JoinPointImpl(JoinPoint.StaticPart staticPart,
                     java.lang.Object _this,
                     java.lang.Object target,
                     java.lang.Object[] args)