C# 클래스 AjErl.Language.MatchBody

파일 보기 프로젝트 열기: ajlopez/AjErl 1 사용 예제들

공개 메소드들

메소드 설명
Evaluate ( Context context ) : object
MakeContext ( object argument, Context context ) : Context
MatchBody ( object head, IExpression body ) : System

메소드 상세

Evaluate() 공개 메소드

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

MakeContext() 공개 메소드

public MakeContext ( object argument, Context context ) : Context
argument object
context Context
리턴 Context

MatchBody() 공개 메소드

public MatchBody ( object head, IExpression body ) : System
head object
body IExpression
리턴 System