C# Class Tup.Cobar4Net.Parser.Ast.Expression.TernaryOperatorExpression

an operator with arity of 3
Inheritance: AbstractExpression
Mostra file Open project: tupunco/Tup.Cobar4Net

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object
TernaryOperatorExpression ( IExpression first, IExpression second, IExpression third ) : System.Collections.Generic

Method Details

EvaluationInternal() protected method

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

TernaryOperatorExpression() protected method

protected TernaryOperatorExpression ( IExpression first, IExpression second, IExpression third ) : System.Collections.Generic
first IExpression
second IExpression
third IExpression
return System.Collections.Generic