C# Class SplitAndMerge.CustomCompiledFunction

Inheritance: SplitAndMerge.CustomFunction
Exibir arquivo Open project: vassilych/cscs_winforms Class Usage Examples

Public Methods

Method Description
Run ( List args ) : SplitAndMerge.Variable

Protected Methods

Method Description
Evaluate ( SplitAndMerge.ParsingScript script ) : SplitAndMerge.Variable
EvaluateAsync ( SplitAndMerge.ParsingScript script ) : Task

Private Methods

Method Description
CustomCompiledFunction ( string funcName, string body, Array args, SplitAndMerge.Precompiler precompiler, Dictionary argsMap, SplitAndMerge.ParsingScript script ) : System

Method Details

Evaluate() protected method

protected Evaluate ( SplitAndMerge.ParsingScript script ) : SplitAndMerge.Variable
script SplitAndMerge.ParsingScript
return SplitAndMerge.Variable

EvaluateAsync() protected method

protected EvaluateAsync ( SplitAndMerge.ParsingScript script ) : Task
script SplitAndMerge.ParsingScript
return Task

Run() public method

public Run ( List args ) : SplitAndMerge.Variable
args List
return SplitAndMerge.Variable