类 SQLTranslatorDistSQLStatementBaseVisitor<T>
java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementBaseVisitor<T>
- 类型参数:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- 所有已实现的接口:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,SQLTranslatorDistSQLStatementVisitor<T>
public class SQLTranslatorDistSQLStatementBaseVisitor<T>
extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
implements SQLTranslatorDistSQLStatementVisitor<T>
This class provides an empty implementation of
SQLTranslatorDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.execute().Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.showSQLTranslatorRule().从类继承的方法 org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
构造器详细资料
-
SQLTranslatorDistSQLStatementBaseVisitor
public SQLTranslatorDistSQLStatementBaseVisitor()
-
-
方法详细资料
-
visitExecute
Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 指定者:
visitExecute在接口中SQLTranslatorDistSQLStatementVisitor<T>- 参数:
ctx- the parse tree- 返回:
- the visitor result
-
visitShowSQLTranslatorRule
public T visitShowSQLTranslatorRule(SQLTranslatorDistSQLStatementParser.ShowSQLTranslatorRuleContext ctx) Visit a parse tree produced bySQLTranslatorDistSQLStatementParser.showSQLTranslatorRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 指定者:
visitShowSQLTranslatorRule在接口中SQLTranslatorDistSQLStatementVisitor<T>- 参数:
ctx- the parse tree- 返回:
- the visitor result
-