C# 클래스 Interpreter.Semantics.IfExpression

상속: IExpression
파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
IfExpression ( IExpression predicate, IExpression consequent, IExpression alternative ) : Interpreter.Parse

메소드 상세

IfExpression() 공개 메소드

public IfExpression ( IExpression predicate, IExpression consequent, IExpression alternative ) : Interpreter.Parse
predicate IExpression
consequent IExpression
alternative IExpression
리턴 Interpreter.Parse