C# 클래스 FittingEngine.Model.Expressions.SpliceExpression

상속: BinaryExpression
파일 보기 프로젝트 열기: rischwa/eve-fast-fitting-assessment 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( IContext context, Stack stack ) : void
SpliceExpression ( IExpression arg1, IExpression arg2 ) : System.Collections.Generic

메소드 상세

Execute() 공개 메소드

public Execute ( IContext context, Stack stack ) : void
context IContext
stack Stack
리턴 void

SpliceExpression() 공개 메소드

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