接口 SQLTranslatorDistSQLStatementVisitor<T>
- 类型参数:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- 所有超级接口:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public interface SQLTranslatorDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
SQLTranslatorDistSQLStatementParser.-
方法概要
修饰符和类型方法说明Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.execute().Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.showSQLTranslatorRule().从接口继承的方法 org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
方法详细资料
-
visitExecute
Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.execute().- 参数:
ctx- the parse tree- 返回:
- the visitor result
-
visitShowSQLTranslatorRule
Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.showSQLTranslatorRule().- 参数:
ctx- the parse tree- 返回:
- the visitor result
-