C# Class Tup.Cobar4Net.Parser.Ast.Expression.String.RegexpExpression

higherPreExpr 'NOT'? ('REGEXP'|'RLIKE') higherPreExp
Inheritance: BinaryOperatorExpression
Mostra file Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
RegexpExpression ( bool not, IExpression comparee, IExpression pattern ) : Tup.Cobar4Net.Parser.Visitor

Method Details

Accept() public method

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

RegexpExpression() public method

public RegexpExpression ( bool not, IExpression comparee, IExpression pattern ) : Tup.Cobar4Net.Parser.Visitor
not bool
comparee IExpression
pattern IExpression
return Tup.Cobar4Net.Parser.Visitor