C# 클래스 AjErl.Language.Function

상속: IFunction
파일 보기 프로젝트 열기: ajlopez/AjErl

공개 메소드들

메소드 설명
Apply ( Context context, IList arguments ) : object
Evaluate ( Context context ) : object
Function ( Context context, IList parameters, IExpression body ) : System
MakeContext ( IList arguments ) : Context

메소드 상세

Apply() 공개 메소드

public Apply ( Context context, IList arguments ) : object
context Context
arguments IList
리턴 object

Evaluate() 공개 메소드

public Evaluate ( Context context ) : object
context Context
리턴 object

Function() 공개 메소드

public Function ( Context context, IList parameters, IExpression body ) : System
context Context
parameters IList
body IExpression
리턴 System

MakeContext() 공개 메소드

public MakeContext ( IList arguments ) : Context
arguments IList
리턴 Context