Class RqlBaseListener
- All Implemented Interfaces:
RqlListener,org.antlr.v4.runtime.tree.ParseTreeListener
RqlListener,
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 by theandlabeled alternative inRqlParser.expression().voidEnter a parse tree produced byRqlParser.arrayValue().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced by thefunctionlabeled alternative inRqlParser.expression().voidEnter a parse tree produced byRqlParser.functionName().voidEnter a parse tree produced by thegrouplabeled alternative inRqlParser.expression().voidEnter a parse tree produced byRqlParser.identifier().voidEnter a parse tree produced by thelogicallabeled alternative inRqlParser.expression().voidEnter a parse tree produced byRqlParser.logicalOperator().voidEnter a parse tree produced by theorlabeled alternative inRqlParser.expression().voidEnter a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().voidEnter a parse tree produced byRqlParser.predicateOperator().voidEnter a parse tree produced byRqlParser.query().voidEnter a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().voidEnter a parse tree produced byRqlParser.shortPredicateOperator().voidEnter a parse tree produced byRqlParser.typedValue().voidEnter a parse tree produced byRqlParser.value().voidExit a parse tree produced by theandlabeled alternative inRqlParser.expression().voidExit a parse tree produced byRqlParser.arrayValue().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced by thefunctionlabeled alternative inRqlParser.expression().voidExit a parse tree produced byRqlParser.functionName().voidExit a parse tree produced by thegrouplabeled alternative inRqlParser.expression().voidExit a parse tree produced byRqlParser.identifier().voidExit a parse tree produced by thelogicallabeled alternative inRqlParser.expression().voidExit a parse tree produced byRqlParser.logicalOperator().voidExit a parse tree produced by theorlabeled alternative inRqlParser.expression().voidExit a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().voidExit a parse tree produced byRqlParser.predicateOperator().voidExit a parse tree produced byRqlParser.query().voidExit a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().voidExit a parse tree produced byRqlParser.shortPredicateOperator().voidExit a parse tree produced byRqlParser.typedValue().voidExit a parse tree produced byRqlParser.value().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
RqlBaseListener
public RqlBaseListener()
-
-
Method Details
-
enterQuery
Enter a parse tree produced byRqlParser.query().The default implementation does nothing.
- Specified by:
enterQueryin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitQuery
Exit a parse tree produced byRqlParser.query().The default implementation does nothing.
- Specified by:
exitQueryin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterPredicate
Enter a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
enterPredicatein interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitPredicate
Exit a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
exitPredicatein interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterShortPredicate
Enter a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
enterShortPredicatein interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitShortPredicate
Exit a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
exitShortPredicatein interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterOr
Enter a parse tree produced by theorlabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
enterOrin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitOr
Exit a parse tree produced by theorlabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
exitOrin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterAnd
Enter a parse tree produced by theandlabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
enterAndin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitAnd
Exit a parse tree produced by theandlabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
exitAndin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterFunction
Enter a parse tree produced by thefunctionlabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitFunction
Exit a parse tree produced by thefunctionlabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterLogical
Enter a parse tree produced by thelogicallabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
enterLogicalin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitLogical
Exit a parse tree produced by thelogicallabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
exitLogicalin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterGroup
Enter a parse tree produced by thegrouplabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
enterGroupin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitGroup
Exit a parse tree produced by thegrouplabeled alternative inRqlParser.expression().The default implementation does nothing.
- Specified by:
exitGroupin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterFunctionName
Enter a parse tree produced byRqlParser.functionName().The default implementation does nothing.
- Specified by:
enterFunctionNamein interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitFunctionName
Exit a parse tree produced byRqlParser.functionName().The default implementation does nothing.
- Specified by:
exitFunctionNamein interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byRqlParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byRqlParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byRqlParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byRqlParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterTypedValue
Enter a parse tree produced byRqlParser.typedValue().The default implementation does nothing.
- Specified by:
enterTypedValuein interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitTypedValue
Exit a parse tree produced byRqlParser.typedValue().The default implementation does nothing.
- Specified by:
exitTypedValuein interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterArrayValue
Enter a parse tree produced byRqlParser.arrayValue().The default implementation does nothing.
- Specified by:
enterArrayValuein interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitArrayValue
Exit a parse tree produced byRqlParser.arrayValue().The default implementation does nothing.
- Specified by:
exitArrayValuein interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterLogicalOperator
Enter a parse tree produced byRqlParser.logicalOperator().The default implementation does nothing.
- Specified by:
enterLogicalOperatorin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitLogicalOperator
Exit a parse tree produced byRqlParser.logicalOperator().The default implementation does nothing.
- Specified by:
exitLogicalOperatorin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterPredicateOperator
Enter a parse tree produced byRqlParser.predicateOperator().The default implementation does nothing.
- Specified by:
enterPredicateOperatorin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitPredicateOperator
Exit a parse tree produced byRqlParser.predicateOperator().The default implementation does nothing.
- Specified by:
exitPredicateOperatorin interfaceRqlListener- Parameters:
ctx- the parse tree
-
enterShortPredicateOperator
Enter a parse tree produced byRqlParser.shortPredicateOperator().The default implementation does nothing.
- Specified by:
enterShortPredicateOperatorin interfaceRqlListener- Parameters:
ctx- the parse tree
-
exitShortPredicateOperator
Exit a parse tree produced byRqlParser.shortPredicateOperator().The default implementation does nothing.
- Specified by:
exitShortPredicateOperatorin interfaceRqlListener- 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
-