C# Class FittingEngine.Model.Expressions.SpliceExpression

Inheritance: BinaryExpression
显示文件 Open project: rischwa/eve-fast-fitting-assessment Class Usage Examples

Public Methods

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

Method Details

Execute() public method

public Execute ( IContext context, Stack stack ) : void
context IContext
stack Stack
return void

SpliceExpression() public method

public SpliceExpression ( IExpression arg1, IExpression arg2 ) : System.Collections.Generic
arg1 IExpression
arg2 IExpression
return System.Collections.Generic