Class MQEParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,MQEParserListener
MQEParserListener,
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 byMQEParser.addSub().voidEnter a parse tree produced by theaddSubOplabeled alternative inMQEParser.expression().voidEnter a parse tree produced byMQEParser.aggregation().voidEnter a parse tree produced by theaggregationOplabeled alternative inMQEParser.expression().voidEnter a parse tree produced byMQEParser.compare().voidEnter a parse tree produced by thecompareOplabeled alternative inMQEParser.expression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byMQEParser.expressionNode().voidEnter a parse tree produced by theexprNodelabeled alternative inMQEParser.expression().voidEnter a parse tree produced byMQEParser.function0().voidEnter a parse tree produced by thefunction0OPlabeled alternative inMQEParser.expression().voidEnter a parse tree produced byMQEParser.function1().voidEnter a parse tree produced by thefunction1OPlabeled alternative inMQEParser.expression().voidEnter a parse tree produced byMQEParser.label().voidEnter a parse tree produced byMQEParser.labelName().voidEnter a parse tree produced byMQEParser.labelValue().voidEnter a parse tree produced byMQEParser.metric().voidEnter a parse tree produced byMQEParser.metricName().voidEnter a parse tree produced byMQEParser.mulDivMod().voidEnter a parse tree produced by themulDivModOplabeled alternative inMQEParser.expression().voidEnter a parse tree produced byMQEParser.order().voidEnter a parse tree produced byMQEParser.parameter().voidEnter a parse tree produced byMQEParser.relabels().voidEnter a parse tree produced by therelablesOPlabeled alternative inMQEParser.expression().voidEnter a parse tree produced byMQEParser.root().voidEnter a parse tree produced byMQEParser.scalar().voidEnter a parse tree produced byMQEParser.topN().voidEnter a parse tree produced by thetopNOPlabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.addSub().voidExit a parse tree produced by theaddSubOplabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.aggregation().voidExit a parse tree produced by theaggregationOplabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.compare().voidExit a parse tree produced by thecompareOplabeled alternative inMQEParser.expression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byMQEParser.expressionNode().voidExit a parse tree produced by theexprNodelabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.function0().voidExit a parse tree produced by thefunction0OPlabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.function1().voidExit a parse tree produced by thefunction1OPlabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.label().voidExit a parse tree produced byMQEParser.labelName().voidExit a parse tree produced byMQEParser.labelValue().voidExit a parse tree produced byMQEParser.metric().voidExit a parse tree produced byMQEParser.metricName().voidExit a parse tree produced byMQEParser.mulDivMod().voidExit a parse tree produced by themulDivModOplabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.order().voidExit a parse tree produced byMQEParser.parameter().voidExit a parse tree produced byMQEParser.relabels().voidExit a parse tree produced by therelablesOPlabeled alternative inMQEParser.expression().voidExit a parse tree produced byMQEParser.root().voidExit a parse tree produced byMQEParser.scalar().voidExit a parse tree produced byMQEParser.topN().voidExit a parse tree produced by thetopNOPlabeled alternative inMQEParser.expression().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
MQEParserBaseListener
public MQEParserBaseListener()
-
-
Method Details
-
enterRoot
Enter a parse tree produced byMQEParser.root().The default implementation does nothing.
- Specified by:
enterRootin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitRoot
Exit a parse tree produced byMQEParser.root().The default implementation does nothing.
- Specified by:
exitRootin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterFunction1OP
Enter a parse tree produced by thefunction1OPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterFunction1OPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitFunction1OP
Exit a parse tree produced by thefunction1OPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitFunction1OPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterFunction0OP
Enter a parse tree produced by thefunction0OPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterFunction0OPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitFunction0OP
Exit a parse tree produced by thefunction0OPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitFunction0OPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterTopNOP
Enter a parse tree produced by thetopNOPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterTopNOPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitTopNOP
Exit a parse tree produced by thetopNOPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitTopNOPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterAggregationOp
Enter a parse tree produced by theaggregationOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterAggregationOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitAggregationOp
Exit a parse tree produced by theaggregationOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitAggregationOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterExprNode
Enter a parse tree produced by theexprNodelabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterExprNodein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitExprNode
Exit a parse tree produced by theexprNodelabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitExprNodein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterMulDivModOp
Enter a parse tree produced by themulDivModOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterMulDivModOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitMulDivModOp
Exit a parse tree produced by themulDivModOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitMulDivModOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterRelablesOP
Enter a parse tree produced by therelablesOPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterRelablesOPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitRelablesOP
Exit a parse tree produced by therelablesOPlabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitRelablesOPin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterCompareOp
Enter a parse tree produced by thecompareOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterCompareOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitCompareOp
Exit a parse tree produced by thecompareOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitCompareOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterAddSubOp
Enter a parse tree produced by theaddSubOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
enterAddSubOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitAddSubOp
Exit a parse tree produced by theaddSubOplabeled alternative inMQEParser.expression().The default implementation does nothing.
- Specified by:
exitAddSubOpin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterExpressionNode
Enter a parse tree produced byMQEParser.expressionNode().The default implementation does nothing.
- Specified by:
enterExpressionNodein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitExpressionNode
Exit a parse tree produced byMQEParser.expressionNode().The default implementation does nothing.
- Specified by:
exitExpressionNodein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterAddSub
Enter a parse tree produced byMQEParser.addSub().The default implementation does nothing.
- Specified by:
enterAddSubin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitAddSub
Exit a parse tree produced byMQEParser.addSub().The default implementation does nothing.
- Specified by:
exitAddSubin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterMulDivMod
Enter a parse tree produced byMQEParser.mulDivMod().The default implementation does nothing.
- Specified by:
enterMulDivModin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitMulDivMod
Exit a parse tree produced byMQEParser.mulDivMod().The default implementation does nothing.
- Specified by:
exitMulDivModin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterCompare
Enter a parse tree produced byMQEParser.compare().The default implementation does nothing.
- Specified by:
enterComparein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitCompare
Exit a parse tree produced byMQEParser.compare().The default implementation does nothing.
- Specified by:
exitComparein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterMetricName
Enter a parse tree produced byMQEParser.metricName().The default implementation does nothing.
- Specified by:
enterMetricNamein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitMetricName
Exit a parse tree produced byMQEParser.metricName().The default implementation does nothing.
- Specified by:
exitMetricNamein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterMetric
Enter a parse tree produced byMQEParser.metric().The default implementation does nothing.
- Specified by:
enterMetricin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitMetric
Exit a parse tree produced byMQEParser.metric().The default implementation does nothing.
- Specified by:
exitMetricin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterLabelName
Enter a parse tree produced byMQEParser.labelName().The default implementation does nothing.
- Specified by:
enterLabelNamein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitLabelName
Exit a parse tree produced byMQEParser.labelName().The default implementation does nothing.
- Specified by:
exitLabelNamein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterLabelValue
Enter a parse tree produced byMQEParser.labelValue().The default implementation does nothing.
- Specified by:
enterLabelValuein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitLabelValue
Exit a parse tree produced byMQEParser.labelValue().The default implementation does nothing.
- Specified by:
exitLabelValuein interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterLabel
Enter a parse tree produced byMQEParser.label().The default implementation does nothing.
- Specified by:
enterLabelin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitLabel
Exit a parse tree produced byMQEParser.label().The default implementation does nothing.
- Specified by:
exitLabelin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterScalar
Enter a parse tree produced byMQEParser.scalar().The default implementation does nothing.
- Specified by:
enterScalarin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitScalar
Exit a parse tree produced byMQEParser.scalar().The default implementation does nothing.
- Specified by:
exitScalarin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterAggregation
Enter a parse tree produced byMQEParser.aggregation().The default implementation does nothing.
- Specified by:
enterAggregationin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitAggregation
Exit a parse tree produced byMQEParser.aggregation().The default implementation does nothing.
- Specified by:
exitAggregationin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterFunction0
Enter a parse tree produced byMQEParser.function0().The default implementation does nothing.
- Specified by:
enterFunction0in interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitFunction0
Exit a parse tree produced byMQEParser.function0().The default implementation does nothing.
- Specified by:
exitFunction0in interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterFunction1
Enter a parse tree produced byMQEParser.function1().The default implementation does nothing.
- Specified by:
enterFunction1in interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitFunction1
Exit a parse tree produced byMQEParser.function1().The default implementation does nothing.
- Specified by:
exitFunction1in interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterTopN
Enter a parse tree produced byMQEParser.topN().The default implementation does nothing.
- Specified by:
enterTopNin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitTopN
Exit a parse tree produced byMQEParser.topN().The default implementation does nothing.
- Specified by:
exitTopNin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterRelabels
Enter a parse tree produced byMQEParser.relabels().The default implementation does nothing.
- Specified by:
enterRelabelsin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitRelabels
Exit a parse tree produced byMQEParser.relabels().The default implementation does nothing.
- Specified by:
exitRelabelsin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterParameter
Enter a parse tree produced byMQEParser.parameter().The default implementation does nothing.
- Specified by:
enterParameterin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitParameter
Exit a parse tree produced byMQEParser.parameter().The default implementation does nothing.
- Specified by:
exitParameterin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
enterOrder
Enter a parse tree produced byMQEParser.order().The default implementation does nothing.
- Specified by:
enterOrderin interfaceMQEParserListener- Parameters:
ctx- the parse tree
-
exitOrder
Exit a parse tree produced byMQEParser.order().The default implementation does nothing.
- Specified by:
exitOrderin interfaceMQEParserListener- 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
-