final Object thisInstance,
final Object targetInstance) {
MethodTuple methodTuple = m_system.getAspectManager().getMethodTuple(declaringClass, methodHash);
Class declaringType = methodTuple.getDeclaringClass();
MethodSignatureImpl signature = new MethodSignatureImpl(declaringType, methodTuple);
Rtti rtti = new MethodRttiImpl(signature, thisInstance, targetInstance);
List cflowExpressions = m_system.getAspectManager().getCFlowExpressions(
ReflectionMetaDataMaker.createClassMetaData(declaringClass),
ReflectionMetaDataMaker.createMethodMetaData(methodTuple.getWrapperMethod()),
null, PointcutType.EXECUTION//TODO CAN BE @CALL - see proceedWithCallJoinPoint