ISqlVisitor<Result> Interface
In This Topic
This interface defines a complete generic visitor for a parse tree produced by
SqlParser.
Object Model
Syntax
'Declaration
Public Interface ISqlVisitor(Of )
Inherits Antlr4.Runtime.Tree.IParseTreeVisitor(Of Result)
public interface ISqlVisitor<> : Antlr4.Runtime.Tree.IParseTreeVisitor<Result>
Type Parameters
- Result
- The return type of the visit operation.
See Also