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

상속: AbstractExpression
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
precedence int

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void

보호된 메소드들

메소드 설명
EvaluationInternal ( object>.IDictionary parameters ) : object
UnaryOperatorExpression ( IExpression operand, int precedence ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
리턴 void

EvaluationInternal() 보호된 메소드

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

UnaryOperatorExpression() 보호된 메소드

protected UnaryOperatorExpression ( IExpression operand, int precedence ) : System
operand IExpression
precedence int
리턴 System

프로퍼티 상세

precedence 보호되어 있는 프로퍼티

protected int precedence
리턴 int