Class OrderingParserBaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
,OrderingParserVisitor<T>
- Direct Known Subclasses:
ParseTreeVisitor
OrderingParserVisitor
,
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 byOrderingParser.collationSpecification()
.Visit a parse tree produced byOrderingParser.direction()
.Visit a parse tree produced byOrderingParser.dotIdentifier()
.Visit a parse tree produced by theDotIdentifierExpression
labeled alternative inOrderingParser.expression()
.Visit a parse tree produced byOrderingParser.function()
.Visit a parse tree produced byOrderingParser.functionArgument()
.Visit a parse tree produced byOrderingParser.functionArguments()
.Visit a parse tree produced by theFunctionExpression
labeled alternative inOrderingParser.expression()
.Visit a parse tree produced byOrderingParser.identifier()
.Visit a parse tree produced by theIdentifierExpression
labeled alternative inOrderingParser.expression()
.Visit a parse tree produced byOrderingParser.literal()
.Visit a parse tree produced byOrderingParser.nullsPrecedence()
.Visit a parse tree produced byOrderingParser.orderByFragment()
.Visit a parse tree produced byOrderingParser.packagedFunction()
.Visit a parse tree produced byOrderingParser.simpleFunction()
.Visit a parse tree produced byOrderingParser.sortSpecification()
.Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
OrderingParserBaseVisitor
public OrderingParserBaseVisitor()
-
-
Method Details
-
visitOrderByFragment
Visit a parse tree produced byOrderingParser.orderByFragment()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOrderByFragment
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSortSpecification
Visit a parse tree produced byOrderingParser.sortSpecification()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSortSpecification
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionExpression
Visit a parse tree produced by theFunctionExpression
labeled alternative inOrderingParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunctionExpression
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIdentifierExpression
Visit a parse tree produced by theIdentifierExpression
labeled alternative inOrderingParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIdentifierExpression
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDotIdentifierExpression
Visit a parse tree produced by theDotIdentifierExpression
labeled alternative inOrderingParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDotIdentifierExpression
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunction
Visit a parse tree produced byOrderingParser.function()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunction
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleFunction
Visit a parse tree produced byOrderingParser.simpleFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleFunction
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPackagedFunction
Visit a parse tree produced byOrderingParser.packagedFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPackagedFunction
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionArguments
Visit a parse tree produced byOrderingParser.functionArguments()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunctionArguments
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionArgument
Visit a parse tree produced byOrderingParser.functionArgument()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunctionArgument
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byOrderingParser.literal()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLiteral
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollationSpecification
Visit a parse tree produced byOrderingParser.collationSpecification()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCollationSpecification
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDirection
Visit a parse tree produced byOrderingParser.direction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDirection
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullsPrecedence
Visit a parse tree produced byOrderingParser.nullsPrecedence()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNullsPrecedence
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced byOrderingParser.identifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIdentifier
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDotIdentifier
Visit a parse tree produced byOrderingParser.dotIdentifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDotIdentifier
in interfaceOrderingParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-