Method | Description | |
---|---|---|
DiskFunctionLoader ( ParseContext context ) : System | ||
Load ( String symbolName ) : IFunction |
Tries to load a function from a given file.
|
public DiskFunctionLoader ( ParseContext context ) : System | ||
context | ParseContext | |
return | System |
public Load ( String symbolName ) : IFunction | ||
symbolName | String | The name of the function (equals the name of the file). |
return | IFunction |