Home | History | Annotate | Download | only in javassist

Lines Matching defs:cattr

425             CodeAttribute cattr = srcInfo.getCodeAttribute();
426 if (cattr != null) {
428 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map);