T - The return type of the visit operation. Use Void for
operations with no return type.public class SparkStreamSqlParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SparkStreamSqlParserVisitor<T>
SparkStreamSqlParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
SparkStreamSqlParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRoot(SparkStreamSqlParser.RootContext ctx)
SparkStreamSqlParser.root().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoot 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitSqlStatements(SparkStreamSqlParser.SqlStatementsContext ctx)
SparkStreamSqlParser.sqlStatements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlStatements 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitSqlStatement(SparkStreamSqlParser.SqlStatementContext ctx)
SparkStreamSqlParser.sqlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlStatement 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitCreateStreamTable(SparkStreamSqlParser.CreateStreamTableContext ctx)
SparkStreamSqlParser.createStreamTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateStreamTable 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitInsertStatement(SparkStreamSqlParser.InsertStatementContext ctx)
SparkStreamSqlParser.insertStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertStatement 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitSetStatement(SparkStreamSqlParser.SetStatementContext ctx)
SparkStreamSqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetStatement 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitEmptyStatement(SparkStreamSqlParser.EmptyStatementContext ctx)
SparkStreamSqlParser.emptyStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEmptyStatement 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitSetKeyExpr(SparkStreamSqlParser.SetKeyExprContext ctx)
SparkStreamSqlParser.setKeyExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetKeyExpr 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitValueKeyExpr(SparkStreamSqlParser.ValueKeyExprContext ctx)
SparkStreamSqlParser.valueKeyExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueKeyExpr 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitSelectExpr(SparkStreamSqlParser.SelectExprContext ctx)
SparkStreamSqlParser.selectExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectExpr 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitWord(SparkStreamSqlParser.WordContext ctx)
SparkStreamSqlParser.word().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWord 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitColTypeList(SparkStreamSqlParser.ColTypeListContext ctx)
SparkStreamSqlParser.colTypeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColTypeList 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitColType(SparkStreamSqlParser.ColTypeContext ctx)
SparkStreamSqlParser.colType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColType 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitDataType(SparkStreamSqlParser.DataTypeContext ctx)
SparkStreamSqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitTablePropertyList(SparkStreamSqlParser.TablePropertyListContext ctx)
SparkStreamSqlParser.tablePropertyList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablePropertyList 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitTableProperty(SparkStreamSqlParser.TablePropertyContext ctx)
SparkStreamSqlParser.tableProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableProperty 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitTablePropertyKey(SparkStreamSqlParser.TablePropertyKeyContext ctx)
SparkStreamSqlParser.tablePropertyKey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablePropertyKey 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitTablePropertyValue(SparkStreamSqlParser.TablePropertyValueContext ctx)
SparkStreamSqlParser.tablePropertyValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablePropertyValue 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitBooleanValue(SparkStreamSqlParser.BooleanValueContext ctx)
SparkStreamSqlParser.booleanValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanValue 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitTableIdentifier(SparkStreamSqlParser.TableIdentifierContext ctx)
SparkStreamSqlParser.tableIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableIdentifier 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treepublic T visitIdentifier(SparkStreamSqlParser.IdentifierContext ctx)
SparkStreamSqlParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier 在接口中 SparkStreamSqlParserVisitor<T>ctx - the parse treeCopyright © 2022. All rights reserved.