AnnotationsAttribute.java | 162 public AttributeInfo copy(ConstPool newCp, Map classnames) { 163 Copier copier = new Copier(info, constPool, newCp, classnames); 279 void renameClass(Map classnames) { 280 Renamer renamer = new Renamer(info, getConstPool(), classnames); 288 void getRefClasses(Map classnames) { renameClass(classnames); } 410 Map classnames; field in class:AnnotationsAttribute.Renamer 424 classnames = map; 446 String newName = Descriptor.rename(name, classnames); 458 Map classnames; field in class:AnnotationsAttribute.Copier [all...] |