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

an operator with arity of 3
left conbine in default
상속: AbstractExpression
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
leftCombine bool
leftOprand IExpression
precedence int
rightOprand IExpression

보호된 메소드들

메소드 설명
BinaryOperatorExpression ( IExpression leftOprand, IExpression rightOprand, int precedence ) : System.Collections.Generic

leftCombine is true

BinaryOperatorExpression ( IExpression leftOprand, IExpression rightOprand, int precedence, bool leftCombine ) : System.Collections.Generic
EvaluationInternal ( object>.IDictionary parameters ) : object

메소드 상세

BinaryOperatorExpression() 보호된 메소드

leftCombine is true
protected BinaryOperatorExpression ( IExpression leftOprand, IExpression rightOprand, int precedence ) : System.Collections.Generic
leftOprand IExpression
rightOprand IExpression
precedence int
리턴 System.Collections.Generic

BinaryOperatorExpression() 보호된 메소드

protected BinaryOperatorExpression ( IExpression leftOprand, IExpression rightOprand, int precedence, bool leftCombine ) : System.Collections.Generic
leftOprand IExpression
rightOprand IExpression
precedence int
leftCombine bool
리턴 System.Collections.Generic

EvaluationInternal() 보호된 메소드

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

프로퍼티 상세

leftCombine 보호되어 있는 프로퍼티

protected bool leftCombine
리턴 bool

leftOprand 보호되어 있는 프로퍼티

protected IExpression leftOprand
리턴 IExpression

precedence 보호되어 있는 프로퍼티

protected int precedence
리턴 int

rightOprand 보호되어 있는 프로퍼티

protected IExpression rightOprand
리턴 IExpression