Class InternalRqlBaseListener
- All Implemented Interfaces:
InternalRqlListener, org.antlr.v4.runtime.tree.ParseTreeListener
InternalRqlListener,
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 byInternalRqlParser.cursorExpression().voidEnter a parse tree produced by theequalityComparisonlabeled alternative inInternalRqlParser.singleComparison().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byInternalRqlParser.fieldList().voidEnter a parse tree produced byInternalRqlParser.filterDeclaration().voidEnter a parse tree produced byInternalRqlParser.filterExpression().voidEnter a parse tree produced byInternalRqlParser.filterList().voidEnter a parse tree produced byInternalRqlParser.floatLiteralList().voidEnter a parse tree produced byInternalRqlParser.intLiteralList().voidEnter a parse tree produced byInternalRqlParser.limitExpression().voidEnter a parse tree produced byInternalRqlParser.limitOrCursorExpression().voidEnter a parse tree produced byInternalRqlParser.linearilyOrderableLiteral().voidEnter a parse tree produced byInternalRqlParser.literal().voidEnter a parse tree produced byInternalRqlParser.literalList().voidEnter a parse tree produced byInternalRqlParser.logicalOperator().voidEnter a parse tree produced byInternalRqlParser.multiComparison().voidEnter a parse tree produced byInternalRqlParser.optionExpression().voidEnter a parse tree produced byInternalRqlParser.optionList().voidEnter a parse tree produced by theorderRelationlabeled alternative inInternalRqlParser.singleComparison().voidEnter a parse tree produced byInternalRqlParser.query().voidEnter a parse tree produced byInternalRqlParser.queryParameter().voidEnter a parse tree produced byInternalRqlParser.selectDeclaration().voidEnter a parse tree produced byInternalRqlParser.sortExpression().voidEnter a parse tree produced byInternalRqlParser.sortFieldIdentifier().voidEnter a parse tree produced byInternalRqlParser.stringLiteralList().voidEnter a parse tree produced by thestringMatchlabeled alternative inInternalRqlParser.singleComparison().voidExit a parse tree produced byInternalRqlParser.cursorExpression().voidExit a parse tree produced by theequalityComparisonlabeled alternative inInternalRqlParser.singleComparison().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byInternalRqlParser.fieldList().voidExit a parse tree produced byInternalRqlParser.filterDeclaration().voidExit a parse tree produced byInternalRqlParser.filterExpression().voidExit a parse tree produced byInternalRqlParser.filterList().voidExit a parse tree produced byInternalRqlParser.floatLiteralList().voidExit a parse tree produced byInternalRqlParser.intLiteralList().voidExit a parse tree produced byInternalRqlParser.limitExpression().voidExit a parse tree produced byInternalRqlParser.limitOrCursorExpression().voidExit a parse tree produced byInternalRqlParser.linearilyOrderableLiteral().voidExit a parse tree produced byInternalRqlParser.literal().voidExit a parse tree produced byInternalRqlParser.literalList().voidExit a parse tree produced byInternalRqlParser.logicalOperator().voidExit a parse tree produced byInternalRqlParser.multiComparison().voidExit a parse tree produced byInternalRqlParser.optionExpression().voidExit a parse tree produced byInternalRqlParser.optionList().voidExit a parse tree produced by theorderRelationlabeled alternative inInternalRqlParser.singleComparison().voidExit a parse tree produced byInternalRqlParser.query().voidExit a parse tree produced byInternalRqlParser.queryParameter().voidExit a parse tree produced byInternalRqlParser.selectDeclaration().voidExit a parse tree produced byInternalRqlParser.sortExpression().voidExit a parse tree produced byInternalRqlParser.sortFieldIdentifier().voidExit a parse tree produced byInternalRqlParser.stringLiteralList().voidExit a parse tree produced by thestringMatchlabeled alternative inInternalRqlParser.singleComparison().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
InternalRqlBaseListener
public InternalRqlBaseListener()
-
-
Method Details
-
enterQuery
Enter a parse tree produced byInternalRqlParser.query().The default implementation does nothing.
- Specified by:
enterQueryin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitQuery
Exit a parse tree produced byInternalRqlParser.query().The default implementation does nothing.
- Specified by:
exitQueryin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterQueryParameter
Enter a parse tree produced byInternalRqlParser.queryParameter().The default implementation does nothing.
- Specified by:
enterQueryParameterin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitQueryParameter
Exit a parse tree produced byInternalRqlParser.queryParameter().The default implementation does nothing.
- Specified by:
exitQueryParameterin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterSelectDeclaration
Enter a parse tree produced byInternalRqlParser.selectDeclaration().The default implementation does nothing.
- Specified by:
enterSelectDeclarationin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitSelectDeclaration
Exit a parse tree produced byInternalRqlParser.selectDeclaration().The default implementation does nothing.
- Specified by:
exitSelectDeclarationin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterFilterDeclaration
Enter a parse tree produced byInternalRqlParser.filterDeclaration().The default implementation does nothing.
- Specified by:
enterFilterDeclarationin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitFilterDeclaration
Exit a parse tree produced byInternalRqlParser.filterDeclaration().The default implementation does nothing.
- Specified by:
exitFilterDeclarationin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterFieldList
Enter a parse tree produced byInternalRqlParser.fieldList().The default implementation does nothing.
- Specified by:
enterFieldListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitFieldList
Exit a parse tree produced byInternalRqlParser.fieldList().The default implementation does nothing.
- Specified by:
exitFieldListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterFilterList
Enter a parse tree produced byInternalRqlParser.filterList().The default implementation does nothing.
- Specified by:
enterFilterListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitFilterList
Exit a parse tree produced byInternalRqlParser.filterList().The default implementation does nothing.
- Specified by:
exitFilterListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterOptionList
Enter a parse tree produced byInternalRqlParser.optionList().The default implementation does nothing.
- Specified by:
enterOptionListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitOptionList
Exit a parse tree produced byInternalRqlParser.optionList().The default implementation does nothing.
- Specified by:
exitOptionListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterFilterExpression
Enter a parse tree produced byInternalRqlParser.filterExpression().The default implementation does nothing.
- Specified by:
enterFilterExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitFilterExpression
Exit a parse tree produced byInternalRqlParser.filterExpression().The default implementation does nothing.
- Specified by:
exitFilterExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterLogicalOperator
Enter a parse tree produced byInternalRqlParser.logicalOperator().The default implementation does nothing.
- Specified by:
enterLogicalOperatorin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitLogicalOperator
Exit a parse tree produced byInternalRqlParser.logicalOperator().The default implementation does nothing.
- Specified by:
exitLogicalOperatorin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterMultiComparison
Enter a parse tree produced byInternalRqlParser.multiComparison().The default implementation does nothing.
- Specified by:
enterMultiComparisonin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitMultiComparison
Exit a parse tree produced byInternalRqlParser.multiComparison().The default implementation does nothing.
- Specified by:
exitMultiComparisonin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterEqualityComparison
Enter a parse tree produced by theequalityComparisonlabeled alternative inInternalRqlParser.singleComparison().The default implementation does nothing.
- Specified by:
enterEqualityComparisonin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitEqualityComparison
Exit a parse tree produced by theequalityComparisonlabeled alternative inInternalRqlParser.singleComparison().The default implementation does nothing.
- Specified by:
exitEqualityComparisonin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterOrderRelation
Enter a parse tree produced by theorderRelationlabeled alternative inInternalRqlParser.singleComparison().The default implementation does nothing.
- Specified by:
enterOrderRelationin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitOrderRelation
Exit a parse tree produced by theorderRelationlabeled alternative inInternalRqlParser.singleComparison().The default implementation does nothing.
- Specified by:
exitOrderRelationin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterStringMatch
Enter a parse tree produced by thestringMatchlabeled alternative inInternalRqlParser.singleComparison().The default implementation does nothing.
- Specified by:
enterStringMatchin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitStringMatch
Exit a parse tree produced by thestringMatchlabeled alternative inInternalRqlParser.singleComparison().The default implementation does nothing.
- Specified by:
exitStringMatchin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterLiteralList
Enter a parse tree produced byInternalRqlParser.literalList().The default implementation does nothing.
- Specified by:
enterLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitLiteralList
Exit a parse tree produced byInternalRqlParser.literalList().The default implementation does nothing.
- Specified by:
exitLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterStringLiteralList
Enter a parse tree produced byInternalRqlParser.stringLiteralList().The default implementation does nothing.
- Specified by:
enterStringLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitStringLiteralList
Exit a parse tree produced byInternalRqlParser.stringLiteralList().The default implementation does nothing.
- Specified by:
exitStringLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterFloatLiteralList
Enter a parse tree produced byInternalRqlParser.floatLiteralList().The default implementation does nothing.
- Specified by:
enterFloatLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitFloatLiteralList
Exit a parse tree produced byInternalRqlParser.floatLiteralList().The default implementation does nothing.
- Specified by:
exitFloatLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterIntLiteralList
Enter a parse tree produced byInternalRqlParser.intLiteralList().The default implementation does nothing.
- Specified by:
enterIntLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitIntLiteralList
Exit a parse tree produced byInternalRqlParser.intLiteralList().The default implementation does nothing.
- Specified by:
exitIntLiteralListin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterOptionExpression
Enter a parse tree produced byInternalRqlParser.optionExpression().The default implementation does nothing.
- Specified by:
enterOptionExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitOptionExpression
Exit a parse tree produced byInternalRqlParser.optionExpression().The default implementation does nothing.
- Specified by:
exitOptionExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterLimitOrCursorExpression
Enter a parse tree produced byInternalRqlParser.limitOrCursorExpression().The default implementation does nothing.
- Specified by:
enterLimitOrCursorExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitLimitOrCursorExpression
Exit a parse tree produced byInternalRqlParser.limitOrCursorExpression().The default implementation does nothing.
- Specified by:
exitLimitOrCursorExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterSortExpression
Enter a parse tree produced byInternalRqlParser.sortExpression().The default implementation does nothing.
- Specified by:
enterSortExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitSortExpression
Exit a parse tree produced byInternalRqlParser.sortExpression().The default implementation does nothing.
- Specified by:
exitSortExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterLimitExpression
Enter a parse tree produced byInternalRqlParser.limitExpression().The default implementation does nothing.
- Specified by:
enterLimitExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitLimitExpression
Exit a parse tree produced byInternalRqlParser.limitExpression().The default implementation does nothing.
- Specified by:
exitLimitExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterCursorExpression
Enter a parse tree produced byInternalRqlParser.cursorExpression().The default implementation does nothing.
- Specified by:
enterCursorExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitCursorExpression
Exit a parse tree produced byInternalRqlParser.cursorExpression().The default implementation does nothing.
- Specified by:
exitCursorExpressionin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byInternalRqlParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byInternalRqlParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterLinearilyOrderableLiteral
Enter a parse tree produced byInternalRqlParser.linearilyOrderableLiteral().The default implementation does nothing.
- Specified by:
enterLinearilyOrderableLiteralin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitLinearilyOrderableLiteral
Exit a parse tree produced byInternalRqlParser.linearilyOrderableLiteral().The default implementation does nothing.
- Specified by:
exitLinearilyOrderableLiteralin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
enterSortFieldIdentifier
Enter a parse tree produced byInternalRqlParser.sortFieldIdentifier().The default implementation does nothing.
- Specified by:
enterSortFieldIdentifierin interfaceInternalRqlListener- Parameters:
ctx- the parse tree
-
exitSortFieldIdentifier
Exit a parse tree produced byInternalRqlParser.sortFieldIdentifier().The default implementation does nothing.
- Specified by:
exitSortFieldIdentifierin interfaceInternalRqlListener- 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
-