Exemplo n.º 1
0
 public RObject[] findData(
     final String symbol,
     final RObject envir,
     final boolean inherits,
     final String factoryId,
     final int options,
     final int depth,
     final IProgressMonitor monitor)
     throws CoreException {
   return fRjs.findData(symbol, envir, inherits, factoryId, options, depth, monitor);
 }