public interface InfluxQueryListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
InfluxQueryParser.void enterQuery(InfluxQueryParser.QueryContext ctx)
InfluxQueryParser.query().ctx - the parse treevoid exitQuery(InfluxQueryParser.QueryContext ctx)
InfluxQueryParser.query().ctx - the parse treevoid enterListSeries(InfluxQueryParser.ListSeriesContext ctx)
InfluxQueryParser.listSeries().ctx - the parse treevoid exitListSeries(InfluxQueryParser.ListSeriesContext ctx)
InfluxQueryParser.listSeries().ctx - the parse treevoid enterSelectQuery(InfluxQueryParser.SelectQueryContext ctx)
InfluxQueryParser.selectQuery().ctx - the parse treevoid exitSelectQuery(InfluxQueryParser.SelectQueryContext ctx)
InfluxQueryParser.selectQuery().ctx - the parse treevoid enterStarColumn(InfluxQueryParser.StarColumnContext ctx)
starColumn
labeled alternative in InfluxQueryParser.selectColumns().ctx - the parse treevoid exitStarColumn(InfluxQueryParser.StarColumnContext ctx)
starColumn
labeled alternative in InfluxQueryParser.selectColumns().ctx - the parse treevoid enterColumnDefinitionList(InfluxQueryParser.ColumnDefinitionListContext ctx)
columnDefinitionList
labeled alternative in InfluxQueryParser.selectColumns().ctx - the parse treevoid exitColumnDefinitionList(InfluxQueryParser.ColumnDefinitionListContext ctx)
columnDefinitionList
labeled alternative in InfluxQueryParser.selectColumns().ctx - the parse treevoid enterColumnDefinition(InfluxQueryParser.ColumnDefinitionContext ctx)
InfluxQueryParser.columnDefinition().ctx - the parse treevoid exitColumnDefinition(InfluxQueryParser.ColumnDefinitionContext ctx)
InfluxQueryParser.columnDefinition().ctx - the parse treevoid enterRawColumnDefinition(InfluxQueryParser.RawColumnDefinitionContext ctx)
InfluxQueryParser.rawColumnDefinition().ctx - the parse treevoid exitRawColumnDefinition(InfluxQueryParser.RawColumnDefinitionContext ctx)
InfluxQueryParser.rawColumnDefinition().ctx - the parse treevoid enterAggregatedColumnDefinition(InfluxQueryParser.AggregatedColumnDefinitionContext ctx)
InfluxQueryParser.aggregatedColumnDefinition().ctx - the parse treevoid exitAggregatedColumnDefinition(InfluxQueryParser.AggregatedColumnDefinitionContext ctx)
InfluxQueryParser.aggregatedColumnDefinition().ctx - the parse treevoid enterFromClause(InfluxQueryParser.FromClauseContext ctx)
InfluxQueryParser.fromClause().ctx - the parse treevoid exitFromClause(InfluxQueryParser.FromClauseContext ctx)
InfluxQueryParser.fromClause().ctx - the parse treevoid enterGroupByClause(InfluxQueryParser.GroupByClauseContext ctx)
InfluxQueryParser.groupByClause().ctx - the parse treevoid exitGroupByClause(InfluxQueryParser.GroupByClauseContext ctx)
InfluxQueryParser.groupByClause().ctx - the parse treevoid enterWhereClause(InfluxQueryParser.WhereClauseContext ctx)
InfluxQueryParser.whereClause().ctx - the parse treevoid exitWhereClause(InfluxQueryParser.WhereClauseContext ctx)
InfluxQueryParser.whereClause().ctx - the parse treevoid enterLtExpression(InfluxQueryParser.LtExpressionContext ctx)
ltExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid exitLtExpression(InfluxQueryParser.LtExpressionContext ctx)
ltExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid enterOrExpression(InfluxQueryParser.OrExpressionContext ctx)
orExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid exitOrExpression(InfluxQueryParser.OrExpressionContext ctx)
orExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid enterNeqExpression(InfluxQueryParser.NeqExpressionContext ctx)
neqExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid exitNeqExpression(InfluxQueryParser.NeqExpressionContext ctx)
neqExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid enterEqExpression(InfluxQueryParser.EqExpressionContext ctx)
eqExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid exitEqExpression(InfluxQueryParser.EqExpressionContext ctx)
eqExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid enterGtExpression(InfluxQueryParser.GtExpressionContext ctx)
gtExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid exitGtExpression(InfluxQueryParser.GtExpressionContext ctx)
gtExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid enterAndExpression(InfluxQueryParser.AndExpressionContext ctx)
andExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid exitAndExpression(InfluxQueryParser.AndExpressionContext ctx)
andExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid enterParenthesisExpression(InfluxQueryParser.ParenthesisExpressionContext ctx)
parenthesisExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid exitParenthesisExpression(InfluxQueryParser.ParenthesisExpressionContext ctx)
parenthesisExpression
labeled alternative in InfluxQueryParser.booleanExpression().ctx - the parse treevoid enterNameOperand(InfluxQueryParser.NameOperandContext ctx)
nameOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitNameOperand(InfluxQueryParser.NameOperandContext ctx)
nameOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterAbsoluteMomentOperand(InfluxQueryParser.AbsoluteMomentOperandContext ctx)
absoluteMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitAbsoluteMomentOperand(InfluxQueryParser.AbsoluteMomentOperandContext ctx)
absoluteMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterPastMomentOperand(InfluxQueryParser.PastMomentOperandContext ctx)
pastMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitPastMomentOperand(InfluxQueryParser.PastMomentOperandContext ctx)
pastMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterFutureMomentOperand(InfluxQueryParser.FutureMomentOperandContext ctx)
futureMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitFutureMomentOperand(InfluxQueryParser.FutureMomentOperandContext ctx)
futureMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterPresentMomentOperand(InfluxQueryParser.PresentMomentOperandContext ctx)
presentMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitPresentMomentOperand(InfluxQueryParser.PresentMomentOperandContext ctx)
presentMomentOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterDateOperand(InfluxQueryParser.DateOperandContext ctx)
dateOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitDateOperand(InfluxQueryParser.DateOperandContext ctx)
dateOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterLongOperand(InfluxQueryParser.LongOperandContext ctx)
longOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitLongOperand(InfluxQueryParser.LongOperandContext ctx)
longOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterDoubleOperand(InfluxQueryParser.DoubleOperandContext ctx)
doubleOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid exitDoubleOperand(InfluxQueryParser.DoubleOperandContext ctx)
doubleOperand
labeled alternative in InfluxQueryParser.operand().ctx - the parse treevoid enterLimitClause(InfluxQueryParser.LimitClauseContext ctx)
InfluxQueryParser.limitClause().ctx - the parse treevoid exitLimitClause(InfluxQueryParser.LimitClauseContext ctx)
InfluxQueryParser.limitClause().ctx - the parse treevoid enterOrderAsc(InfluxQueryParser.OrderAscContext ctx)
orderAsc
labeled alternative in InfluxQueryParser.orderClause().ctx - the parse treevoid exitOrderAsc(InfluxQueryParser.OrderAscContext ctx)
orderAsc
labeled alternative in InfluxQueryParser.orderClause().ctx - the parse treevoid enterOrderDesc(InfluxQueryParser.OrderDescContext ctx)
orderDesc
labeled alternative in InfluxQueryParser.orderClause().ctx - the parse treevoid exitOrderDesc(InfluxQueryParser.OrderDescContext ctx)
orderDesc
labeled alternative in InfluxQueryParser.orderClause().ctx - the parse treevoid enterIdName(InfluxQueryParser.IdNameContext ctx)
idName
labeled alternative in InfluxQueryParser.name().ctx - the parse treevoid exitIdName(InfluxQueryParser.IdNameContext ctx)
idName
labeled alternative in InfluxQueryParser.name().ctx - the parse treevoid enterStringName(InfluxQueryParser.StringNameContext ctx)
stringName
labeled alternative in InfluxQueryParser.name().ctx - the parse treevoid exitStringName(InfluxQueryParser.StringNameContext ctx)
stringName
labeled alternative in InfluxQueryParser.name().ctx - the parse treevoid enterAlias(InfluxQueryParser.AliasContext ctx)
InfluxQueryParser.alias().ctx - the parse treevoid exitAlias(InfluxQueryParser.AliasContext ctx)
InfluxQueryParser.alias().ctx - the parse treevoid enterPrefix(InfluxQueryParser.PrefixContext ctx)
InfluxQueryParser.prefix().ctx - the parse treevoid exitPrefix(InfluxQueryParser.PrefixContext ctx)
InfluxQueryParser.prefix().ctx - the parse treevoid enterFunctionCall(InfluxQueryParser.FunctionCallContext ctx)
InfluxQueryParser.functionCall().ctx - the parse treevoid exitFunctionCall(InfluxQueryParser.FunctionCallContext ctx)
InfluxQueryParser.functionCall().ctx - the parse treevoid enterFunctionArgumentList(InfluxQueryParser.FunctionArgumentListContext ctx)
InfluxQueryParser.functionArgumentList().ctx - the parse treevoid exitFunctionArgumentList(InfluxQueryParser.FunctionArgumentListContext ctx)
InfluxQueryParser.functionArgumentList().ctx - the parse treevoid enterNameFunctionArgument(InfluxQueryParser.NameFunctionArgumentContext ctx)
nameFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treevoid exitNameFunctionArgument(InfluxQueryParser.NameFunctionArgumentContext ctx)
nameFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treevoid enterStringFunctionArgument(InfluxQueryParser.StringFunctionArgumentContext ctx)
stringFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treevoid exitStringFunctionArgument(InfluxQueryParser.StringFunctionArgumentContext ctx)
stringFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treevoid enterDoubleFunctionArgument(InfluxQueryParser.DoubleFunctionArgumentContext ctx)
doubleFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treevoid exitDoubleFunctionArgument(InfluxQueryParser.DoubleFunctionArgumentContext ctx)
doubleFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treevoid enterLongFunctionArgument(InfluxQueryParser.LongFunctionArgumentContext ctx)
longFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treevoid exitLongFunctionArgument(InfluxQueryParser.LongFunctionArgumentContext ctx)
longFunctionArgument
labeled alternative in InfluxQueryParser.functionArgument().ctx - the parse treeCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.