SymbolExpression {SMRUCC.Rsharp.Interpreter.ExecuteEngine} | .NET clr documentation |
An expression that will create a new symbol in R# environment
the base type of 1. DeclareNewSymbol 2. DeclareLambdaFunction 3. DeclareNewFunction 4. UsingClosure
# namespace SMRUCC.Rsharp.Interpreter.ExecuteEngine
export class SymbolExpression extends Expression {
expressionName: ExpressionTypes;
isCallable: boolean;
type: TypeCodes;
}
expressionName
: ExpressionTypestype
: TypeCodes