public class RScript extends Object implements org.carewebframework.web.script.IScriptLanguage
| Modifier and Type | Class and Description |
|---|---|
static class |
RScript.ParsedScript
Wrapper for a Renjin script.
|
| Constructor and Description |
|---|
RScript() |
| Modifier and Type | Method and Description |
|---|---|
static org.renjin.script.RenjinScriptEngineFactory |
getFactory() |
String |
getType() |
org.carewebframework.web.script.IScriptLanguage.IParsedScript |
parse(String source) |
public static org.renjin.script.RenjinScriptEngineFactory getFactory()
public String getType()
getType in interface org.carewebframework.web.script.IScriptLanguageIScriptLanguage.getType()public org.carewebframework.web.script.IScriptLanguage.IParsedScript parse(String source)
parse in interface org.carewebframework.web.script.IScriptLanguageIScriptLanguage.parse(java.lang.String)Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.