[]
        
(Showing Draft Content)

C1.DataConnector.SqlBaseVisitor-1.VisitError

VisitError Method

VisitError(ErrorContext)

Visit a parse tree produced by error().

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

Declaration
public virtual Result VisitError(SqlParser.ErrorContext context)
Parameters
Type Name Description
SqlParser.ErrorContext context

The parse tree.

Returns
Type Description
Result
Implements