C# 클래스 YAMP.Io.DiskFunctionLoader

Class that describes the current parse context (available functions, constants, variables, ...).
상속: IFunctionLoader
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
DiskFunctionLoader ( ParseContext context ) : System
Load ( String symbolName ) : IFunction

Tries to load a function from a given file.

메소드 상세

DiskFunctionLoader() 공개 메소드

public DiskFunctionLoader ( ParseContext context ) : System
context ParseContext
리턴 System

Load() 공개 메소드

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).
리턴 IFunction