/* 1702 */ this.declares.put(declare.getName(), declare);
/* */ }
/* 1704 */ if (declare.isPointcut())
/* */ {
/* 1707 */ PointcutStats stats = new PointcutStats(declare.getAst(), manager);
/* 1708 */ stats.matches();
/* 1709 */ updateStats(stats);
/* */ }
/* */ }
/* */
/* */ public void removeDeclare(String name)