C# Class Interpreter.Semantics.IfExpression

Inheritance: IExpression
Mostra file Open project: EFanZh/EFanZh

Public Methods

Method Description
IfExpression ( IExpression predicate, IExpression consequent, IExpression alternative ) : Interpreter.Parse

Method Details

IfExpression() public method

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