/* 73 */ super(advisor, info, JoinPointGenerator.JoinPointParameters.TARGET_ARGS, ((ConstructionInfo)info).getConstructor().getParameterTypes().length, false);
/* */ }
/* */
/* */ protected void initialiseJoinPointNames(JoinPointInfo info)
/* */ {
/* 81 */ ConstructionInfo cinfo = (ConstructionInfo)info;
/* 82 */ this.joinpointClassName = getGeneratedJoinPointClassName(classSimpleName(cinfo), index(cinfo));
/* */
/* 86 */ this.joinpointFieldName = getGeneratedJoinPointFieldName(classSimpleName(cinfo), index(cinfo));
/* */ }