/* */ {
/* 449 */ return new MethodCalledByMethodJoinpoint(((MethodCalledByMethodInvocation)invocation).getCallingMethod(), ((MethodCalledByMethodInvocation)invocation).getCalledMethod());
/* */ }
/* 451 */ if ((invocation instanceof MethodCalledByConstructorInvocation))
/* */ {
/* 453 */ return new MethodCalledByConstructorJoinpoint(((MethodCalledByConstructorInvocation)invocation).getCalling(), ((MethodCalledByConstructorInvocation)invocation).getCalledMethod());
/* */ }
/* 455 */ if ((invocation instanceof ConstructorCalledByMethodInvocation))
/* */ {
/* 457 */ return new ConstructorCalledByMethodJoinpoint(((ConstructorCalledByMethodInvocation)invocation).getCallingMethod(), ((ConstructorCalledByMethodInvocation)invocation).getCalledConstructor());
/* */ }