public MethodDesc fdo_getMethodDesc(String method) throws Exception {
   MethodDesc md = plugin.fp_getMethodDesc(method);
   return md;
 }