Class NessieSqlExtensionsBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
NessieSqlExtensionsVisitor<T>,org.projectnessie.shaded.org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
NessieSqlExtensionsVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by thenessieAssignReflabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced by thenessieCreateReflabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced by thenessieDropReflabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced by thenessieListReflabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced by thenessieMergeReflabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced by thenessieShowLoglabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced by thenessieShowReflabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced by thenessieUseReflabeled alternative inNessieSqlExtensionsParser.statement().Visit a parse tree produced byNessieSqlExtensionsParser.nonReserved().Visit a parse tree produced byNessieSqlExtensionsParser.quotedIdentifier().Visit a parse tree produced by thequotedIdentifierAlternativelabeled alternative inNessieSqlExtensionsParser.identifier().Visit a parse tree produced byNessieSqlExtensionsParser.singleStatement().Visit a parse tree produced by theunquotedIdentifierlabeled alternative inNessieSqlExtensionsParser.identifier().Methods inherited from class org.projectnessie.shaded.org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.projectnessie.shaded.org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
NessieSqlExtensionsBaseVisitor
public NessieSqlExtensionsBaseVisitor()
-
-
Method Details
-
visitSingleStatement
Visit a parse tree produced byNessieSqlExtensionsParser.singleStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleStatementin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieCreateRef
Visit a parse tree produced by thenessieCreateReflabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieCreateRefin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieDropRef
Visit a parse tree produced by thenessieDropReflabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieDropRefin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieUseRef
Visit a parse tree produced by thenessieUseReflabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieUseRefin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieListRef
Visit a parse tree produced by thenessieListReflabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieListRefin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieShowRef
Visit a parse tree produced by thenessieShowReflabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieShowRefin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieMergeRef
Visit a parse tree produced by thenessieMergeReflabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieMergeRefin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieShowLog
Visit a parse tree produced by thenessieShowLoglabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieShowLogin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNessieAssignRef
Visit a parse tree produced by thenessieAssignReflabeled alternative inNessieSqlExtensionsParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNessieAssignRefin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnquotedIdentifier
Visit a parse tree produced by theunquotedIdentifierlabeled alternative inNessieSqlExtensionsParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnquotedIdentifierin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotedIdentifierAlternative
public T visitQuotedIdentifierAlternative(NessieSqlExtensionsParser.QuotedIdentifierAlternativeContext ctx) Visit a parse tree produced by thequotedIdentifierAlternativelabeled alternative inNessieSqlExtensionsParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuotedIdentifierAlternativein interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotedIdentifier
Visit a parse tree produced byNessieSqlExtensionsParser.quotedIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuotedIdentifierin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonReserved
Visit a parse tree produced byNessieSqlExtensionsParser.nonReserved().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.projectnessie.shaded.org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonReservedin interfaceNessieSqlExtensionsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-