/* 1382 */ return generator;
/* */ }
/* */
/* */ public ConByMethodJoinPointGenerator getJoinPointGenerator(ConByMethodInfo info)
/* */ {
/* 1387 */ ConByMethodJoinPointGenerator generator = (ConByMethodJoinPointGenerator)GeneratedClassAdvisor.this.joinPointGenerators.get(info.getJoinpoint());
/* 1388 */ if (generator == null)
/* */ {
/* 1390 */ generator = new ConByMethodJoinPointGenerator(GeneratedClassAdvisor.this, info);
/* 1391 */ GeneratedClassAdvisor.this.initJoinPointGeneratorsMap();
/* 1392 */ ConByMethodJoinPointGenerator existing = (ConByMethodJoinPointGenerator)GeneratedClassAdvisor.this.joinPointGenerators.putIfAbsent(info.getJoinpoint(), generator);
/* 1393 */ if (existing != null)
/* */ {
/* 1395 */ generator = existing;
/* */ }
/* */ }