@Override public ICombinedRElement evalCombinedStruct( final RElementName name, final int options, final int depth, final IProgressMonitor monitor) throws CoreException { final String command = RElementName.createDisplayName( name, RElementName.DISPLAY_NS_PREFIX | RElementName.DISPLAY_EXACT); if (command == null) { throw new CoreException( new Status( IStatus.ERROR, RConsoleCorePlugin.PLUGIN_ID, 0, "Illegal R element name.", null)); } return evalCombinedStruct(command, options, depth, name, monitor); }
@Override public String getDisplayName() { return RElementName.createDisplayName(this, 0); }