C# 클래스 Tup.Cobar4Net.Parser.Ast.Expression.TernaryOperatorExpression

an operator with arity of 3
상속: AbstractExpression
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net

보호된 메소드들

메소드 설명
EvaluationInternal ( object>.IDictionary parameters ) : object
TernaryOperatorExpression ( IExpression first, IExpression second, IExpression third ) : System.Collections.Generic

메소드 상세

EvaluationInternal() 보호된 메소드

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
리턴 object

TernaryOperatorExpression() 보호된 메소드

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