Home | History | Annotate | Download | only in bytecode

Lines Matching refs:AttributeInfo

182         attributes = AttributeInfo.copyAll(attributes, cp);
212 AttributeInfo invisibleAnnotations
219 AttributeInfo visibleAnnotations
226 AttributeInfo signature
411 AttributeInfo.renameClass(attributes, oldname, newname);
418 AttributeInfo.renameClass(minfo.getAttributes(), oldname, newname);
427 AttributeInfo.renameClass(finfo.getAttributes(), oldname, newname);
448 AttributeInfo.renameClass(attributes, classnames);
455 AttributeInfo.renameClass(minfo.getAttributes(), classnames);
464 AttributeInfo.renameClass(finfo.getAttributes(), classnames);
475 AttributeInfo.getRefClasses(attributes, classnames);
482 AttributeInfo.getRefClasses(minfo.getAttributes(), classnames);
491 AttributeInfo.getRefClasses(finfo.getAttributes(), classnames);
704 * @return a list of <code>AttributeInfo</code> objects.
705 * @see AttributeInfo
719 public AttributeInfo getAttribute(String name) {
723 AttributeInfo ai = (AttributeInfo)list.get(i);
737 public void addAttribute(AttributeInfo info) {
738 AttributeInfo.remove(attributes, info.getName());
792 addAttribute(AttributeInfo.read(cp, in));
837 AttributeInfo.writeAll(attributes, out);