C# Class YAMP.Io.DiskFunctionLoader

Class that describes the current parse context (available functions, constants, variables, ...).
Inheritance: IFunctionLoader
显示文件 Open project: FlorianRappl/YAMP

Public Methods

Method Description
DiskFunctionLoader ( ParseContext context ) : System
Load ( String symbolName ) : IFunction

Tries to load a function from a given file.

Method Details

DiskFunctionLoader() public method

public DiskFunctionLoader ( ParseContext context ) : System
context ParseContext
return System

Load() public method

Tries to load a function from a given file.
public Load ( String symbolName ) : IFunction
symbolName String The name of the function (equals the name of the file).
return IFunction