Interface InternalRqlListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
InternalRqlBaseListener
public interface InternalRqlListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
InternalRqlParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byInternalRqlParser.cursorExpression().voidEnter a parse tree produced by theequalityComparisonlabeled alternative inInternalRqlParser.singleComparison().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterQuery
Enter a parse tree produced byInternalRqlParser.query().- Parameters:
ctx- the parse tree
-
exitQuery
Exit a parse tree produced byInternalRqlParser.query().- Parameters:
ctx- the parse tree
-
enterQueryParameter
Enter a parse tree produced byInternalRqlParser.queryParameter().- Parameters:
ctx- the parse tree
-
exitQueryParameter
Exit a parse tree produced byInternalRqlParser.queryParameter().- Parameters:
ctx- the parse tree
-
enterSelectDeclaration
Enter a parse tree produced byInternalRqlParser.selectDeclaration().- Parameters:
ctx- the parse tree
-
exitSelectDeclaration
Exit a parse tree produced byInternalRqlParser.selectDeclaration().- Parameters:
ctx- the parse tree
-
enterFilterDeclaration
Enter a parse tree produced byInternalRqlParser.filterDeclaration().- Parameters:
ctx- the parse tree
-
exitFilterDeclaration
Exit a parse tree produced byInternalRqlParser.filterDeclaration().- Parameters:
ctx- the parse tree
-
enterFieldList
Enter a parse tree produced byInternalRqlParser.fieldList().- Parameters:
ctx- the parse tree
-
exitFieldList
Exit a parse tree produced byInternalRqlParser.fieldList().- Parameters:
ctx- the parse tree
-
enterFilterList
Enter a parse tree produced byInternalRqlParser.filterList().- Parameters:
ctx- the parse tree
-
exitFilterList
Exit a parse tree produced byInternalRqlParser.filterList().- Parameters:
ctx- the parse tree
-
enterOptionList
Enter a parse tree produced byInternalRqlParser.optionList().- Parameters:
ctx- the parse tree
-
exitOptionList
Exit a parse tree produced byInternalRqlParser.optionList().- Parameters:
ctx- the parse tree
-
enterFilterExpression
Enter a parse tree produced byInternalRqlParser.filterExpression().- Parameters:
ctx- the parse tree
-
exitFilterExpression
Exit a parse tree produced byInternalRqlParser.filterExpression().- Parameters:
ctx- the parse tree
-
enterLogicalOperator
Enter a parse tree produced byInternalRqlParser.logicalOperator().- Parameters:
ctx- the parse tree
-
exitLogicalOperator
Exit a parse tree produced byInternalRqlParser.logicalOperator().- Parameters:
ctx- the parse tree
-
enterMultiComparison
Enter a parse tree produced byInternalRqlParser.multiComparison().- Parameters:
ctx- the parse tree
-
exitMultiComparison
Exit a parse tree produced byInternalRqlParser.multiComparison().- Parameters:
ctx- the parse tree
-
enterEqualityComparison
Enter a parse tree produced by theequalityComparisonlabeled alternative inInternalRqlParser.singleComparison().- Parameters:
ctx- the parse tree
-
exitEqualityComparison
Exit a parse tree produced by theequalityComparisonlabeled alternative inInternalRqlParser.singleComparison().- Parameters:
ctx- the parse tree
-
enterOrderRelation
Enter a parse tree produced by theorderRelationlabeled alternative inInternalRqlParser.singleComparison().- Parameters:
ctx- the parse tree
-
exitOrderRelation
Exit a parse tree produced by theorderRelationlabeled alternative inInternalRqlParser.singleComparison().- Parameters:
ctx- the parse tree
-
enterStringMatch
Enter a parse tree produced by thestringMatchlabeled alternative inInternalRqlParser.singleComparison().- Parameters:
ctx- the parse tree
-
exitStringMatch
Exit a parse tree produced by thestringMatchlabeled alternative inInternalRqlParser.singleComparison().- Parameters:
ctx- the parse tree
-
enterLiteralList
Enter a parse tree produced byInternalRqlParser.literalList().- Parameters:
ctx- the parse tree
-
exitLiteralList
Exit a parse tree produced byInternalRqlParser.literalList().- Parameters:
ctx- the parse tree
-
enterStringLiteralList
Enter a parse tree produced byInternalRqlParser.stringLiteralList().- Parameters:
ctx- the parse tree
-
exitStringLiteralList
Exit a parse tree produced byInternalRqlParser.stringLiteralList().- Parameters:
ctx- the parse tree
-
enterFloatLiteralList
Enter a parse tree produced byInternalRqlParser.floatLiteralList().- Parameters:
ctx- the parse tree
-
exitFloatLiteralList
Exit a parse tree produced byInternalRqlParser.floatLiteralList().- Parameters:
ctx- the parse tree
-
enterIntLiteralList
Enter a parse tree produced byInternalRqlParser.intLiteralList().- Parameters:
ctx- the parse tree
-
exitIntLiteralList
Exit a parse tree produced byInternalRqlParser.intLiteralList().- Parameters:
ctx- the parse tree
-
enterOptionExpression
Enter a parse tree produced byInternalRqlParser.optionExpression().- Parameters:
ctx- the parse tree
-
exitOptionExpression
Exit a parse tree produced byInternalRqlParser.optionExpression().- Parameters:
ctx- the parse tree
-
enterLimitOrCursorExpression
Enter a parse tree produced byInternalRqlParser.limitOrCursorExpression().- Parameters:
ctx- the parse tree
-
exitLimitOrCursorExpression
Exit a parse tree produced byInternalRqlParser.limitOrCursorExpression().- Parameters:
ctx- the parse tree
-
enterSortExpression
Enter a parse tree produced byInternalRqlParser.sortExpression().- Parameters:
ctx- the parse tree
-
exitSortExpression
Exit a parse tree produced byInternalRqlParser.sortExpression().- Parameters:
ctx- the parse tree
-
enterLimitExpression
Enter a parse tree produced byInternalRqlParser.limitExpression().- Parameters:
ctx- the parse tree
-
exitLimitExpression
Exit a parse tree produced byInternalRqlParser.limitExpression().- Parameters:
ctx- the parse tree
-
enterCursorExpression
Enter a parse tree produced byInternalRqlParser.cursorExpression().- Parameters:
ctx- the parse tree
-
exitCursorExpression
Exit a parse tree produced byInternalRqlParser.cursorExpression().- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byInternalRqlParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byInternalRqlParser.literal().- Parameters:
ctx- the parse tree
-
enterLinearilyOrderableLiteral
Enter a parse tree produced byInternalRqlParser.linearilyOrderableLiteral().- Parameters:
ctx- the parse tree
-
exitLinearilyOrderableLiteral
Exit a parse tree produced byInternalRqlParser.linearilyOrderableLiteral().- Parameters:
ctx- the parse tree
-
enterSortFieldIdentifier
Enter a parse tree produced byInternalRqlParser.sortFieldIdentifier().- Parameters:
ctx- the parse tree
-
exitSortFieldIdentifier
Exit a parse tree produced byInternalRqlParser.sortFieldIdentifier().- Parameters:
ctx- the parse tree
-