public int addInterfaceMethodref(MethodGen method) {
   return addInterfaceMethodref(method.getClassName(), method.getName(), method.getSignature());
 }
 public int lookupMethodref(MethodGen method) {
   return lookupMethodref(method.getClassName(), method.getName(), method.getSignature());
 }