C# Class AjErl.Expressions.ReceiveExpression

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

Méthodes publiques

Méthode Description
Evaluate ( Context context, bool withvars = false ) : object
HasVariable ( ) : bool
ReceiveExpression ( IList matches ) : System

Method Details

Evaluate() public méthode

public Evaluate ( Context context, bool withvars = false ) : object
context Context
withvars bool
Résultat object

HasVariable() public méthode

public HasVariable ( ) : bool
Résultat bool

ReceiveExpression() public méthode

public ReceiveExpression ( IList matches ) : System
matches IList
Résultat System