Lines Matching defs:md
1149 MethodDescriptor md = new MethodDescriptor(method);
1150 addMethod(md);
1161 private void addMethod(MethodDescriptor md) {
1165 String name = md.getName();
1170 methods.put(name, md);
1176 // Check if old and md have the same type.
1177 String[] p1 = md.getParamNames();
1191 MethodDescriptor composite = new MethodDescriptor(old, md);
1202 methods.put(longKey, md);
1205 MethodDescriptor composite = new MethodDescriptor(old, md);