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

Inheritance: TernaryOperatorExpression, IReplacableExpression
Mostra file Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

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

Method Details

Accept() public method

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

BetweenAndExpression() public method

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

ClearReplaceExpr() public method

public ClearReplaceExpr ( ) : void
return void