Lines Matching defs:methodInfo

30     protected MethodInfo methodInfo;
34 methodInfo = minfo;
44 MethodInfo srcInfo = src.methodInfo;
66 methodInfo = new MethodInfo(cp, srcInfo.getName(), srcInfo, map);
68 methodInfo.setSuperclass(destSuperName);
82 buffer.append(methodInfo.getDescriptor());
99 return methodInfo;
121 public MethodInfo getMethodInfo2() { return methodInfo; }
131 return AccessFlag.toModifier(methodInfo.getAccessFlags());
145 methodInfo.setAccessFlags(AccessFlag.of(mod));
285 return Descriptor.getParameterTypes(methodInfo.getDescriptor(),
293 return Descriptor.getReturnType(methodInfo.getDescriptor(),
319 return methodInfo.getDescriptor();
329 ExceptionsAttribute ea = methodInfo.getExceptionsAttribute();
344 methodInfo.removeExceptionsAttribute();
352 ExceptionsAttribute ea = methodInfo.getExceptionsAttribute();
354 ea = new ExceptionsAttribute(methodInfo.getConstPool());
355 methodInfo.setExceptionsAttribute(ea);
402 methodInfo.setCodeAttribute(b.toCodeAttribute());
403 methodInfo.setAccessFlags(methodInfo.getAccessFlags()
405 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
456 AttributeInfo ai = methodInfo.getAttribute(name);
475 methodInfo.addAttribute(new AttributeInfo(methodInfo.getConstPool(),
546 ConstPool cp = methodInfo.getConstPool();
547 CodeAttribute ca = methodInfo.getCodeAttribute();
572 String desc = methodInfo.getDescriptor();
581 methodInfo.setDescriptor(desc2);
591 String desc = methodInfo.getDescriptor();
601 methodInfo.setDescriptor(desc2);
607 CodeAttribute ca = methodInfo.getCodeAttribute();
618 classInfo = methodInfo.getConstPool().addClassInfo(type);
646 ConstPool cp = methodInfo.getConstPool();
647 converter.doit(getDeclaringClass(), methodInfo, cp);
663 if (editor.doit(declaringClass, methodInfo))
693 CodeAttribute ca = methodInfo.getCodeAttribute();
719 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
763 ConstPool pool = methodInfo.getConstPool();
764 CodeAttribute ca = methodInfo.getCodeAttribute();
813 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
928 CodeAttribute ca = methodInfo.getCodeAttribute();
930 Bytecode b = new Bytecode(methodInfo.getConstPool(),
1008 ConstPool cp = methodInfo.getConstPool();
1009 CodeAttribute ca = methodInfo.getCodeAttribute();
1035 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
1101 CodeAttribute ca = methodInfo.getCodeAttribute();
1139 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());