[]
        
(Showing Draft Content)

C1.DataConnector.SqlBaseVisitor-1.VisitNot_expr

VisitNot_expr Method

VisitNot_expr(Not_exprContext)

Visit a parse tree produced by not_expr().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

Declaration
public virtual Result VisitNot_expr(SqlParser.Not_exprContext context)
Parameters
Type Name Description
SqlParser.Not_exprContext context

The parse tree.

Returns
Type Description
Result
Implements