/* */ {
/* 457 */ return new ConstructorCalledByMethodJoinpoint(((ConstructorCalledByMethodInvocation)invocation).getCallingMethod(), ((ConstructorCalledByMethodInvocation)invocation).getCalledConstructor());
/* */ }
/* 459 */ if ((invocation instanceof ConstructorCalledByConstructorInvocation))
/* */ {
/* 461 */ return new ConstructorCalledByConstructorJoinpoint(((ConstructorCalledByConstructorInvocation)invocation).getCallingConstructor(), ((ConstructorCalledByConstructorInvocation)invocation).getCalledConstructor());
/* */ }
/* */
/* 464 */ throw new RuntimeException("Invocation type not handled " + invocation);
/* */ }