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

an operator with arity of 3
Inheritance: AbstractExpression
Afficher le fichier Open project: tupunco/Tup.Cobar4Net

Méthodes protégées

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

Method Details

EvaluationInternal() protected méthode

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
Résultat object

TernaryOperatorExpression() protected méthode

protected TernaryOperatorExpression ( IExpression first, IExpression second, IExpression third ) : System.Collections.Generic
first IExpression
second IExpression
third IExpression
Résultat System.Collections.Generic