C# Class Tup.Cobar4Net.Parser.Ast.Expression.Logical.LogicalXORExpression

Inheritance: BinaryOperatorExpression
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
LogicalXORExpression ( IExpression left, IExpression right ) : System.Collections.Generic

Méthodes protégées

Méthode Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

EvaluationInternal() protected méthode

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

LogicalXORExpression() public méthode

public LogicalXORExpression ( IExpression left, IExpression right ) : System.Collections.Generic
left IExpression
right IExpression
Résultat System.Collections.Generic