C# Class FittingEngine.Model.Expressions.AndExpression

Inheritance: BinaryExpression
Afficher le fichier Open project: rischwa/eve-fast-fitting-assessment Class Usage Examples

Méthodes publiques

Méthode Description
AndExpression ( IExpression arg1, IExpression arg2 ) : System.Collections.Generic
Execute ( IContext context, Stack stack ) : void

Method Details

AndExpression() public méthode

public AndExpression ( IExpression arg1, IExpression arg2 ) : System.Collections.Generic
arg1 IExpression
arg2 IExpression
Résultat System.Collections.Generic

Execute() public méthode

public Execute ( IContext context, Stack stack ) : void
context IContext
stack Stack
Résultat void