Пример #1
0
 public int addInterfaceMethodref(MethodGen method) {
   return addInterfaceMethodref(method.getClassName(), method.getName(), method.getSignature());
 }
Пример #2
0
 public int lookupMethodref(MethodGen method) {
   return lookupMethodref(method.getClassName(), method.getName(), method.getSignature());
 }