C# Class FittingEngine.Model.Expressions.SpliceExpression

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

Méthodes publiques

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

Method Details

Execute() public méthode

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

SpliceExpression() public méthode

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