Class OrderingParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,OrderingParserListener
OrderingParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byOrderingParser.collationSpecification().voidEnter a parse tree produced byOrderingParser.direction().voidEnter a parse tree produced byOrderingParser.dotIdentifier().voidEnter a parse tree produced by theDotIdentifierExpressionlabeled alternative inOrderingParser.expression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byOrderingParser.function().voidEnter a parse tree produced byOrderingParser.functionArgument().voidEnter a parse tree produced byOrderingParser.functionArguments().voidEnter a parse tree produced by theFunctionExpressionlabeled alternative inOrderingParser.expression().voidEnter a parse tree produced byOrderingParser.identifier().voidEnter a parse tree produced by theIdentifierExpressionlabeled alternative inOrderingParser.expression().voidEnter a parse tree produced byOrderingParser.literal().voidEnter a parse tree produced byOrderingParser.nullsPrecedence().voidEnter a parse tree produced byOrderingParser.orderByFragment().voidEnter a parse tree produced byOrderingParser.packagedFunction().voidEnter a parse tree produced byOrderingParser.simpleFunction().voidEnter a parse tree produced byOrderingParser.sortSpecification().voidExit a parse tree produced byOrderingParser.collationSpecification().voidExit a parse tree produced byOrderingParser.direction().voidExit a parse tree produced byOrderingParser.dotIdentifier().voidExit a parse tree produced by theDotIdentifierExpressionlabeled alternative inOrderingParser.expression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byOrderingParser.function().voidExit a parse tree produced byOrderingParser.functionArgument().voidExit a parse tree produced byOrderingParser.functionArguments().voidExit a parse tree produced by theFunctionExpressionlabeled alternative inOrderingParser.expression().voidExit a parse tree produced byOrderingParser.identifier().voidExit a parse tree produced by theIdentifierExpressionlabeled alternative inOrderingParser.expression().voidExit a parse tree produced byOrderingParser.literal().voidExit a parse tree produced byOrderingParser.nullsPrecedence().voidExit a parse tree produced byOrderingParser.orderByFragment().voidExit a parse tree produced byOrderingParser.packagedFunction().voidExit a parse tree produced byOrderingParser.simpleFunction().voidExit a parse tree produced byOrderingParser.sortSpecification().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
OrderingParserBaseListener
public OrderingParserBaseListener()
-
-
Method Details
-
enterOrderByFragment
Enter a parse tree produced byOrderingParser.orderByFragment().The default implementation does nothing.
- Specified by:
enterOrderByFragmentin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitOrderByFragment
Exit a parse tree produced byOrderingParser.orderByFragment().The default implementation does nothing.
- Specified by:
exitOrderByFragmentin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterSortSpecification
Enter a parse tree produced byOrderingParser.sortSpecification().The default implementation does nothing.
- Specified by:
enterSortSpecificationin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitSortSpecification
Exit a parse tree produced byOrderingParser.sortSpecification().The default implementation does nothing.
- Specified by:
exitSortSpecificationin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterFunctionExpression
Enter a parse tree produced by theFunctionExpressionlabeled alternative inOrderingParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionExpressionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitFunctionExpression
Exit a parse tree produced by theFunctionExpressionlabeled alternative inOrderingParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionExpressionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierExpression
Enter a parse tree produced by theIdentifierExpressionlabeled alternative inOrderingParser.expression().The default implementation does nothing.
- Specified by:
enterIdentifierExpressionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierExpression
Exit a parse tree produced by theIdentifierExpressionlabeled alternative inOrderingParser.expression().The default implementation does nothing.
- Specified by:
exitIdentifierExpressionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterDotIdentifierExpression
Enter a parse tree produced by theDotIdentifierExpressionlabeled alternative inOrderingParser.expression().The default implementation does nothing.
- Specified by:
enterDotIdentifierExpressionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitDotIdentifierExpression
Exit a parse tree produced by theDotIdentifierExpressionlabeled alternative inOrderingParser.expression().The default implementation does nothing.
- Specified by:
exitDotIdentifierExpressionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterFunction
Enter a parse tree produced byOrderingParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitFunction
Exit a parse tree produced byOrderingParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterSimpleFunction
Enter a parse tree produced byOrderingParser.simpleFunction().The default implementation does nothing.
- Specified by:
enterSimpleFunctionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitSimpleFunction
Exit a parse tree produced byOrderingParser.simpleFunction().The default implementation does nothing.
- Specified by:
exitSimpleFunctionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterPackagedFunction
Enter a parse tree produced byOrderingParser.packagedFunction().The default implementation does nothing.
- Specified by:
enterPackagedFunctionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitPackagedFunction
Exit a parse tree produced byOrderingParser.packagedFunction().The default implementation does nothing.
- Specified by:
exitPackagedFunctionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterFunctionArguments
Enter a parse tree produced byOrderingParser.functionArguments().The default implementation does nothing.
- Specified by:
enterFunctionArgumentsin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitFunctionArguments
Exit a parse tree produced byOrderingParser.functionArguments().The default implementation does nothing.
- Specified by:
exitFunctionArgumentsin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterFunctionArgument
Enter a parse tree produced byOrderingParser.functionArgument().The default implementation does nothing.
- Specified by:
enterFunctionArgumentin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitFunctionArgument
Exit a parse tree produced byOrderingParser.functionArgument().The default implementation does nothing.
- Specified by:
exitFunctionArgumentin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byOrderingParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byOrderingParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterCollationSpecification
Enter a parse tree produced byOrderingParser.collationSpecification().The default implementation does nothing.
- Specified by:
enterCollationSpecificationin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitCollationSpecification
Exit a parse tree produced byOrderingParser.collationSpecification().The default implementation does nothing.
- Specified by:
exitCollationSpecificationin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterDirection
Enter a parse tree produced byOrderingParser.direction().The default implementation does nothing.
- Specified by:
enterDirectionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitDirection
Exit a parse tree produced byOrderingParser.direction().The default implementation does nothing.
- Specified by:
exitDirectionin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterNullsPrecedence
Enter a parse tree produced byOrderingParser.nullsPrecedence().The default implementation does nothing.
- Specified by:
enterNullsPrecedencein interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitNullsPrecedence
Exit a parse tree produced byOrderingParser.nullsPrecedence().The default implementation does nothing.
- Specified by:
exitNullsPrecedencein interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byOrderingParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byOrderingParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterDotIdentifier
Enter a parse tree produced byOrderingParser.dotIdentifier().The default implementation does nothing.
- Specified by:
enterDotIdentifierin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
exitDotIdentifier
Exit a parse tree produced byOrderingParser.dotIdentifier().The default implementation does nothing.
- Specified by:
exitDotIdentifierin interfaceOrderingParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-