is a collection of the expresion object, represents the parser result of a R script file
Program
01 Syntax
SMRUCC.Rsharp.Interpreter.Program
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateProgram | 1 | |
| isException | 1 | is error Message andalso which is in MSG_TYPES.ERR level? or any kind of .NET Exception value? |
| BuildProgram | 1 | |
| Execute | 1 | |
| EndWithFuncCalls | 1 | |
| ToString | 1 | |
| GetRLanguageDefaultOption | 1 | |
| GetEnumerator | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| lines | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| Rscript | 1 | the raw Rscript data |
05 Members
Parameters
| Name | Type | Description |
|---|---|---|
Rscript | Rscript | - |
debug | Boolean | - |
error | String | - |
Returns
this function returns nothing if syntax error
is error Message andalso which is in MSG_TYPES.ERR level? or any kind of .NET Exception value?
Parameters
| Name | Type | Description |
|---|---|---|
result | Object | - |
envir | Environment | - |
isDotNETException | Boolean | - |
Returns
false for input result is nothing, true if the result value is message or clr exception.
BuildProgram(
String, Boolean, String)Parameters
| Name | Type | Description |
|---|---|---|
scriptText | String | - |
debug | Boolean | - |
error | String | - |
Returns
this function returns nothing if syntax error
Rscript
the raw Rscript data
lines
Execute(Environment)
EndWithFuncCalls(
String())ToString()
GetEnumerator()