org.aspectbench.eaj.runtime.reflect
Class JoinPointImpl.StaticPartImpl

java.lang.Object
  extended by org.aspectbench.runtime.reflect.JoinPointImpl.StaticPartImpl
      extended by org.aspectbench.eaj.runtime.reflect.JoinPointImpl.StaticPartImpl
All Implemented Interfaces:
JoinPoint, JoinPoint.StaticPart
Enclosing class:
JoinPointImpl

static class JoinPointImpl.StaticPartImpl
extends JoinPointImpl.StaticPartImpl
implements JoinPoint.StaticPart, JoinPoint


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.aspectbench.eaj.lang.JoinPoint
JoinPoint.StaticPart
 
Field Summary
(package private)  int offset
           
 
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.StaticPartImpl(String kind, Signature signature, SourceLocation sourceLocation, int offset)
           
 
Method Summary
 int getOffset()
           
 
Methods inherited from class org.aspectbench.runtime.reflect.JoinPointImpl.StaticPartImpl
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.StaticPart
getKind, getSignature, getSourceLocation, toLongString, toShortString, toString
 
Methods inherited from interface org.aspectj.lang.JoinPoint
getArgs, getKind, getSignature, getSourceLocation, getStaticPart, getTarget, getThis, toLongString, toShortString, toString
 

Field Detail

offset

int offset
Constructor Detail

JoinPointImpl.StaticPartImpl

public JoinPointImpl.StaticPartImpl(String kind,
                                    Signature signature,
                                    SourceLocation sourceLocation,
                                    int offset)
Method Detail

getOffset

public int getOffset()