C# Class AjErl.Language.MatchBody

Afficher le fichier Open project: ajlopez/AjErl Class Usage Examples

Méthodes publiques

Méthode Description
Evaluate ( Context context ) : object
MakeContext ( object argument, Context context ) : Context
MatchBody ( object head, IExpression body ) : System

Method Details

Evaluate() public méthode

public Evaluate ( Context context ) : object
context Context
Résultat object

MakeContext() public méthode

public MakeContext ( object argument, Context context ) : Context
argument object
context Context
Résultat Context

MatchBody() public méthode

public MatchBody ( object head, IExpression body ) : System
head object
body IExpression
Résultat System