C# Class AjErl.Functions.CompileModuleFunction

Inheritance: IFunction
Mostrar archivo Open project: ajlopez/AjErl Class Usage Examples

Public Methods

Method Description
Apply ( Context context, IList arguments ) : object
CompileModuleFunction ( Machine machine ) : System.Collections.Generic

Method Details

Apply() public method

public Apply ( Context context, IList arguments ) : object
context Context
arguments IList
return object

CompileModuleFunction() public method

public CompileModuleFunction ( Machine machine ) : System.Collections.Generic
machine Machine
return System.Collections.Generic