public class InfluxQueryBaseListener extends Object implements InfluxQueryListener
InfluxQueryListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
InfluxQueryBaseListener() |
public void enterWhereClause(@NotNull
InfluxQueryParser.WhereClauseContext ctx)
InfluxQueryParser.whereClause().
The default implementation does nothing.
enterWhereClause in interface InfluxQueryListenerctx - the parse treepublic void exitWhereClause(@NotNull
InfluxQueryParser.WhereClauseContext ctx)
InfluxQueryParser.whereClause().
The default implementation does nothing.
exitWhereClause in interface InfluxQueryListenerctx - the parse treepublic void enterGtExpression(@NotNull
InfluxQueryParser.GtExpressionContext ctx)
gtExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
enterGtExpression in interface InfluxQueryListenerctx - the parse treepublic void exitGtExpression(@NotNull
InfluxQueryParser.GtExpressionContext ctx)
gtExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
exitGtExpression in interface InfluxQueryListenerctx - the parse treepublic void enterStringFunctionArgument(@NotNull
InfluxQueryParser.StringFunctionArgumentContext ctx)
stringFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
enterStringFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void exitStringFunctionArgument(@NotNull
InfluxQueryParser.StringFunctionArgumentContext ctx)
stringFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
exitStringFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void enterDoubleOperand(@NotNull
InfluxQueryParser.DoubleOperandContext ctx)
doubleOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
enterDoubleOperand in interface InfluxQueryListenerctx - the parse treepublic void exitDoubleOperand(@NotNull
InfluxQueryParser.DoubleOperandContext ctx)
doubleOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
exitDoubleOperand in interface InfluxQueryListenerctx - the parse treepublic void enterStringName(@NotNull
InfluxQueryParser.StringNameContext ctx)
stringName
labeled alternative in InfluxQueryParser.name().
The default implementation does nothing.
enterStringName in interface InfluxQueryListenerctx - the parse treepublic void exitStringName(@NotNull
InfluxQueryParser.StringNameContext ctx)
stringName
labeled alternative in InfluxQueryParser.name().
The default implementation does nothing.
exitStringName in interface InfluxQueryListenerctx - the parse treepublic void enterPrefix(@NotNull
InfluxQueryParser.PrefixContext ctx)
InfluxQueryParser.prefix().
The default implementation does nothing.
enterPrefix in interface InfluxQueryListenerctx - the parse treepublic void exitPrefix(@NotNull
InfluxQueryParser.PrefixContext ctx)
InfluxQueryParser.prefix().
The default implementation does nothing.
exitPrefix in interface InfluxQueryListenerctx - the parse treepublic void enterDateOperand(@NotNull
InfluxQueryParser.DateOperandContext ctx)
dateOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
enterDateOperand in interface InfluxQueryListenerctx - the parse treepublic void exitDateOperand(@NotNull
InfluxQueryParser.DateOperandContext ctx)
dateOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
exitDateOperand in interface InfluxQueryListenerctx - the parse treepublic void enterColumnDefinition(@NotNull
InfluxQueryParser.ColumnDefinitionContext ctx)
InfluxQueryParser.columnDefinition().
The default implementation does nothing.
enterColumnDefinition in interface InfluxQueryListenerctx - the parse treepublic void exitColumnDefinition(@NotNull
InfluxQueryParser.ColumnDefinitionContext ctx)
InfluxQueryParser.columnDefinition().
The default implementation does nothing.
exitColumnDefinition in interface InfluxQueryListenerctx - the parse treepublic void enterFunctionArgumentList(@NotNull
InfluxQueryParser.FunctionArgumentListContext ctx)
InfluxQueryParser.functionArgumentList().
The default implementation does nothing.
enterFunctionArgumentList in interface InfluxQueryListenerctx - the parse treepublic void exitFunctionArgumentList(@NotNull
InfluxQueryParser.FunctionArgumentListContext ctx)
InfluxQueryParser.functionArgumentList().
The default implementation does nothing.
exitFunctionArgumentList in interface InfluxQueryListenerctx - the parse treepublic void enterAndExpression(@NotNull
InfluxQueryParser.AndExpressionContext ctx)
andExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
enterAndExpression in interface InfluxQueryListenerctx - the parse treepublic void exitAndExpression(@NotNull
InfluxQueryParser.AndExpressionContext ctx)
andExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
exitAndExpression in interface InfluxQueryListenerctx - the parse treepublic void enterOrderAsc(@NotNull
InfluxQueryParser.OrderAscContext ctx)
orderAsc
labeled alternative in InfluxQueryParser.orderClause().
The default implementation does nothing.
enterOrderAsc in interface InfluxQueryListenerctx - the parse treepublic void exitOrderAsc(@NotNull
InfluxQueryParser.OrderAscContext ctx)
orderAsc
labeled alternative in InfluxQueryParser.orderClause().
The default implementation does nothing.
exitOrderAsc in interface InfluxQueryListenerctx - the parse treepublic void enterIntegerOperand(@NotNull
InfluxQueryParser.IntegerOperandContext ctx)
integerOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
enterIntegerOperand in interface InfluxQueryListenerctx - the parse treepublic void exitIntegerOperand(@NotNull
InfluxQueryParser.IntegerOperandContext ctx)
integerOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
exitIntegerOperand in interface InfluxQueryListenerctx - the parse treepublic void enterIdName(@NotNull
InfluxQueryParser.IdNameContext ctx)
idName
labeled alternative in InfluxQueryParser.name().
The default implementation does nothing.
enterIdName in interface InfluxQueryListenerctx - the parse treepublic void exitIdName(@NotNull
InfluxQueryParser.IdNameContext ctx)
idName
labeled alternative in InfluxQueryParser.name().
The default implementation does nothing.
exitIdName in interface InfluxQueryListenerctx - the parse treepublic void enterGroupByClause(@NotNull
InfluxQueryParser.GroupByClauseContext ctx)
InfluxQueryParser.groupByClause().
The default implementation does nothing.
enterGroupByClause in interface InfluxQueryListenerctx - the parse treepublic void exitGroupByClause(@NotNull
InfluxQueryParser.GroupByClauseContext ctx)
InfluxQueryParser.groupByClause().
The default implementation does nothing.
exitGroupByClause in interface InfluxQueryListenerctx - the parse treepublic void enterAlias(@NotNull
InfluxQueryParser.AliasContext ctx)
InfluxQueryParser.alias().
The default implementation does nothing.
enterAlias in interface InfluxQueryListenerctx - the parse treepublic void exitAlias(@NotNull
InfluxQueryParser.AliasContext ctx)
InfluxQueryParser.alias().
The default implementation does nothing.
exitAlias in interface InfluxQueryListenerctx - the parse treepublic void enterListSeries(@NotNull
InfluxQueryParser.ListSeriesContext ctx)
InfluxQueryParser.listSeries().
The default implementation does nothing.
enterListSeries in interface InfluxQueryListenerctx - the parse treepublic void exitListSeries(@NotNull
InfluxQueryParser.ListSeriesContext ctx)
InfluxQueryParser.listSeries().
The default implementation does nothing.
exitListSeries in interface InfluxQueryListenerctx - the parse treepublic void enterOrderDesc(@NotNull
InfluxQueryParser.OrderDescContext ctx)
orderDesc
labeled alternative in InfluxQueryParser.orderClause().
The default implementation does nothing.
enterOrderDesc in interface InfluxQueryListenerctx - the parse treepublic void exitOrderDesc(@NotNull
InfluxQueryParser.OrderDescContext ctx)
orderDesc
labeled alternative in InfluxQueryParser.orderClause().
The default implementation does nothing.
exitOrderDesc in interface InfluxQueryListenerctx - the parse treepublic void enterLtExpression(@NotNull
InfluxQueryParser.LtExpressionContext ctx)
ltExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
enterLtExpression in interface InfluxQueryListenerctx - the parse treepublic void exitLtExpression(@NotNull
InfluxQueryParser.LtExpressionContext ctx)
ltExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
exitLtExpression in interface InfluxQueryListenerctx - the parse treepublic void enterFromClause(@NotNull
InfluxQueryParser.FromClauseContext ctx)
InfluxQueryParser.fromClause().
The default implementation does nothing.
enterFromClause in interface InfluxQueryListenerctx - the parse treepublic void exitFromClause(@NotNull
InfluxQueryParser.FromClauseContext ctx)
InfluxQueryParser.fromClause().
The default implementation does nothing.
exitFromClause in interface InfluxQueryListenerctx - the parse treepublic void enterNameFunctionArgument(@NotNull
InfluxQueryParser.NameFunctionArgumentContext ctx)
nameFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
enterNameFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void exitNameFunctionArgument(@NotNull
InfluxQueryParser.NameFunctionArgumentContext ctx)
nameFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
exitNameFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void enterQuery(@NotNull
InfluxQueryParser.QueryContext ctx)
InfluxQueryParser.query().
The default implementation does nothing.
enterQuery in interface InfluxQueryListenerctx - the parse treepublic void exitQuery(@NotNull
InfluxQueryParser.QueryContext ctx)
InfluxQueryParser.query().
The default implementation does nothing.
exitQuery in interface InfluxQueryListenerctx - the parse treepublic void enterPresentMomentOperand(@NotNull
InfluxQueryParser.PresentMomentOperandContext ctx)
presentMomentOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
enterPresentMomentOperand in interface InfluxQueryListenerctx - the parse treepublic void exitPresentMomentOperand(@NotNull
InfluxQueryParser.PresentMomentOperandContext ctx)
presentMomentOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
exitPresentMomentOperand in interface InfluxQueryListenerctx - the parse treepublic void enterParenthesisExpression(@NotNull
InfluxQueryParser.ParenthesisExpressionContext ctx)
parenthesisExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
enterParenthesisExpression in interface InfluxQueryListenerctx - the parse treepublic void exitParenthesisExpression(@NotNull
InfluxQueryParser.ParenthesisExpressionContext ctx)
parenthesisExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
exitParenthesisExpression in interface InfluxQueryListenerctx - the parse treepublic void enterLimitClause(@NotNull
InfluxQueryParser.LimitClauseContext ctx)
InfluxQueryParser.limitClause().
The default implementation does nothing.
enterLimitClause in interface InfluxQueryListenerctx - the parse treepublic void exitLimitClause(@NotNull
InfluxQueryParser.LimitClauseContext ctx)
InfluxQueryParser.limitClause().
The default implementation does nothing.
exitLimitClause in interface InfluxQueryListenerctx - the parse treepublic void enterIntegerFunctionArgument(@NotNull
InfluxQueryParser.IntegerFunctionArgumentContext ctx)
integerFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
enterIntegerFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void exitIntegerFunctionArgument(@NotNull
InfluxQueryParser.IntegerFunctionArgumentContext ctx)
integerFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
exitIntegerFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void enterColumnDefinitionList(@NotNull
InfluxQueryParser.ColumnDefinitionListContext ctx)
columnDefinitionList
labeled alternative in InfluxQueryParser.selectColumns().
The default implementation does nothing.
enterColumnDefinitionList in interface InfluxQueryListenerctx - the parse treepublic void exitColumnDefinitionList(@NotNull
InfluxQueryParser.ColumnDefinitionListContext ctx)
columnDefinitionList
labeled alternative in InfluxQueryParser.selectColumns().
The default implementation does nothing.
exitColumnDefinitionList in interface InfluxQueryListenerctx - the parse treepublic void enterAggregatedColumnDefinition(@NotNull
InfluxQueryParser.AggregatedColumnDefinitionContext ctx)
InfluxQueryParser.aggregatedColumnDefinition().
The default implementation does nothing.
enterAggregatedColumnDefinition in interface InfluxQueryListenerctx - the parse treepublic void exitAggregatedColumnDefinition(@NotNull
InfluxQueryParser.AggregatedColumnDefinitionContext ctx)
InfluxQueryParser.aggregatedColumnDefinition().
The default implementation does nothing.
exitAggregatedColumnDefinition in interface InfluxQueryListenerctx - the parse treepublic void enterOrExpression(@NotNull
InfluxQueryParser.OrExpressionContext ctx)
orExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
enterOrExpression in interface InfluxQueryListenerctx - the parse treepublic void exitOrExpression(@NotNull
InfluxQueryParser.OrExpressionContext ctx)
orExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
exitOrExpression in interface InfluxQueryListenerctx - the parse treepublic void enterNeqExpression(@NotNull
InfluxQueryParser.NeqExpressionContext ctx)
neqExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
enterNeqExpression in interface InfluxQueryListenerctx - the parse treepublic void exitNeqExpression(@NotNull
InfluxQueryParser.NeqExpressionContext ctx)
neqExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
exitNeqExpression in interface InfluxQueryListenerctx - the parse treepublic void enterDoubleFunctionArgument(@NotNull
InfluxQueryParser.DoubleFunctionArgumentContext ctx)
doubleFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
enterDoubleFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void exitDoubleFunctionArgument(@NotNull
InfluxQueryParser.DoubleFunctionArgumentContext ctx)
doubleFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().
The default implementation does nothing.
exitDoubleFunctionArgument in interface InfluxQueryListenerctx - the parse treepublic void enterEqExpression(@NotNull
InfluxQueryParser.EqExpressionContext ctx)
eqExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
enterEqExpression in interface InfluxQueryListenerctx - the parse treepublic void exitEqExpression(@NotNull
InfluxQueryParser.EqExpressionContext ctx)
eqExpression
labeled alternative in InfluxQueryParser.booleanExpression().
The default implementation does nothing.
exitEqExpression in interface InfluxQueryListenerctx - the parse treepublic void enterRawColumnDefinition(@NotNull
InfluxQueryParser.RawColumnDefinitionContext ctx)
InfluxQueryParser.rawColumnDefinition().
The default implementation does nothing.
enterRawColumnDefinition in interface InfluxQueryListenerctx - the parse treepublic void exitRawColumnDefinition(@NotNull
InfluxQueryParser.RawColumnDefinitionContext ctx)
InfluxQueryParser.rawColumnDefinition().
The default implementation does nothing.
exitRawColumnDefinition in interface InfluxQueryListenerctx - the parse treepublic void enterStarColumn(@NotNull
InfluxQueryParser.StarColumnContext ctx)
starColumn
labeled alternative in InfluxQueryParser.selectColumns().
The default implementation does nothing.
enterStarColumn in interface InfluxQueryListenerctx - the parse treepublic void exitStarColumn(@NotNull
InfluxQueryParser.StarColumnContext ctx)
starColumn
labeled alternative in InfluxQueryParser.selectColumns().
The default implementation does nothing.
exitStarColumn in interface InfluxQueryListenerctx - the parse treepublic void enterFutureMomentOperand(@NotNull
InfluxQueryParser.FutureMomentOperandContext ctx)
futureMomentOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
enterFutureMomentOperand in interface InfluxQueryListenerctx - the parse treepublic void exitFutureMomentOperand(@NotNull
InfluxQueryParser.FutureMomentOperandContext ctx)
futureMomentOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
exitFutureMomentOperand in interface InfluxQueryListenerctx - the parse treepublic void enterFunctionCall(@NotNull
InfluxQueryParser.FunctionCallContext ctx)
InfluxQueryParser.functionCall().
The default implementation does nothing.
enterFunctionCall in interface InfluxQueryListenerctx - the parse treepublic void exitFunctionCall(@NotNull
InfluxQueryParser.FunctionCallContext ctx)
InfluxQueryParser.functionCall().
The default implementation does nothing.
exitFunctionCall in interface InfluxQueryListenerctx - the parse treepublic void enterPastMomentOperand(@NotNull
InfluxQueryParser.PastMomentOperandContext ctx)
pastMomentOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
enterPastMomentOperand in interface InfluxQueryListenerctx - the parse treepublic void exitPastMomentOperand(@NotNull
InfluxQueryParser.PastMomentOperandContext ctx)
pastMomentOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
exitPastMomentOperand in interface InfluxQueryListenerctx - the parse treepublic void enterNameOperand(@NotNull
InfluxQueryParser.NameOperandContext ctx)
nameOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
enterNameOperand in interface InfluxQueryListenerctx - the parse treepublic void exitNameOperand(@NotNull
InfluxQueryParser.NameOperandContext ctx)
nameOperand
labeled alternative in InfluxQueryParser.operand().
The default implementation does nothing.
exitNameOperand in interface InfluxQueryListenerctx - the parse treepublic void enterSelectQuery(@NotNull
InfluxQueryParser.SelectQueryContext ctx)
InfluxQueryParser.selectQuery().
The default implementation does nothing.
enterSelectQuery in interface InfluxQueryListenerctx - the parse treepublic void exitSelectQuery(@NotNull
InfluxQueryParser.SelectQueryContext ctx)
InfluxQueryParser.selectQuery().
The default implementation does nothing.
exitSelectQuery in interface InfluxQueryListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2015 Red Hat, Inc.. All rights reserved.