uk.ac.ox.comlab.abc.eaj.lang
Interface JoinPoint

All Superinterfaces:
JoinPoint

public interface JoinPoint
extends JoinPoint


Nested Class Summary
static interface 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
 
Method Summary
 BytecodeLocation getBytecodeLocation()
           
 
Methods inherited from interface org.aspectj.lang.JoinPoint
getArgs, getKind, getSignature, getSourceLocation, getStaticPart, getTarget, getThis, toLongString, toShortString, toString
 

Method Detail

getBytecodeLocation

public BytecodeLocation getBytecodeLocation()