C# Class Tup.Cobar4Net.Parser.Ast.Expression.Comparison.BetweenAndExpression

Inheritance: TernaryOperatorExpression, IReplacableExpression
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
BetweenAndExpression ( bool not, IExpression comparee, IExpression notLessThan, IExpression notGreaterThan ) : Tup.Cobar4Net.Parser.Visitor
ClearReplaceExpr ( ) : void

Method Details

Accept() public méthode

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

BetweenAndExpression() public méthode

public BetweenAndExpression ( bool not, IExpression comparee, IExpression notLessThan, IExpression notGreaterThan ) : Tup.Cobar4Net.Parser.Visitor
not bool
comparee IExpression
notLessThan IExpression
notGreaterThan IExpression
Résultat Tup.Cobar4Net.Parser.Visitor

ClearReplaceExpr() public méthode

public ClearReplaceExpr ( ) : void
Résultat void