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

Inheritance: AbstractExpression
Mostrar archivo Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Protected Properties

Property Type Description
precedence int

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object
UnaryOperatorExpression ( IExpression operand, int precedence ) : System

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

EvaluationInternal() protected method

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

UnaryOperatorExpression() protected method

protected UnaryOperatorExpression ( IExpression operand, int precedence ) : System
operand IExpression
precedence int
return System

Property Details

precedence protected_oe property

protected int precedence
return int