namespace::function(xxx)
NamespaceFunctionSymbolReference
01 Syntax
SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.DataSets.NamespaceFunctionSymbolReference
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| getFuncNameSymbolText | 1 | this function returns the name of target function symbol to invoke or an error message if the expression type is invalid. |
| getPackageApiImpl | 1 | |
| Evaluate | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| namespace | 1 | |
| symbol | 1 | |
| type | 1 | |
| expressionName | 1 | |
| stackFrame | 1 |
04 Members
getFuncNameSymbolText(Expression, Environment)
this function returns the name of target function symbol to invoke or an error message if the expression type is invalid.
Parameters
| Name | Type | Description |
|---|---|---|
funcNameSymbol | Expression | - |
env | Environment | - |
Remarks
find in runtime environment at first and then installed packages
Parameters
| Name | Type | Description |
|---|---|---|
env | Environment | - |
namespace$ | String | - |
funcNameSymbol | Expression | - |
namespace
symbol
type
expressionName
stackFrame
Evaluate(Environment)
ToString()