C# Class YAMP.Io.DiskFunctionLoader

Class that describes the current parse context (available functions, constants, variables, ...).
Inheritance: IFunctionLoader
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
DiskFunctionLoader ( ParseContext context ) : System
Load ( String symbolName ) : IFunction

Tries to load a function from a given file.

Method Details

DiskFunctionLoader() public méthode

public DiskFunctionLoader ( ParseContext context ) : System
context ParseContext
Résultat System

Load() public méthode

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).
Résultat IFunction