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