public class SPQLBaseListener extends Object implements SPQLListener
SPQLListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
SPQLBaseListener() |
public void enterQuery(SPQLParser.QueryContext ctx)
SPQLParser.query().
The default implementation does nothing.
enterQuery in interface SPQLListenerctx - the parse treepublic void exitQuery(SPQLParser.QueryContext ctx)
SPQLParser.query().
The default implementation does nothing.
exitQuery in interface SPQLListenerctx - the parse treepublic void enterTermsRule(SPQLParser.TermsRuleContext ctx)
SPQLParser.termsRule().
The default implementation does nothing.
enterTermsRule in interface SPQLListenerctx - the parse treepublic void exitTermsRule(SPQLParser.TermsRuleContext ctx)
SPQLParser.termsRule().
The default implementation does nothing.
exitTermsRule in interface SPQLListenerctx - the parse treepublic void enterTermRule(SPQLParser.TermRuleContext ctx)
SPQLParser.termRule().
The default implementation does nothing.
enterTermRule in interface SPQLListenerctx - the parse treepublic void exitTermRule(SPQLParser.TermRuleContext ctx)
SPQLParser.termRule().
The default implementation does nothing.
exitTermRule in interface SPQLListenerctx - the parse treepublic void enterScientificTerms(SPQLParser.ScientificTermsContext ctx)
SPQLParser.scientificTerms().
The default implementation does nothing.
enterScientificTerms in interface SPQLListenerctx - the parse treepublic void exitScientificTerms(SPQLParser.ScientificTermsContext ctx)
SPQLParser.scientificTerms().
The default implementation does nothing.
exitScientificTerms in interface SPQLListenerctx - the parse treepublic void enterCommonNameTerms(SPQLParser.CommonNameTermsContext ctx)
SPQLParser.commonNameTerms().
The default implementation does nothing.
enterCommonNameTerms in interface SPQLListenerctx - the parse treepublic void exitCommonNameTerms(SPQLParser.CommonNameTermsContext ctx)
SPQLParser.commonNameTerms().
The default implementation does nothing.
exitCommonNameTerms in interface SPQLListenerctx - the parse treepublic void enterWordsRule(SPQLParser.WordsRuleContext ctx)
SPQLParser.wordsRule().
The default implementation does nothing.
enterWordsRule in interface SPQLListenerctx - the parse treepublic void exitWordsRule(SPQLParser.WordsRuleContext ctx)
SPQLParser.wordsRule().
The default implementation does nothing.
exitWordsRule in interface SPQLListenerctx - the parse treepublic void enterWordRule(SPQLParser.WordRuleContext ctx)
SPQLParser.wordRule().
The default implementation does nothing.
enterWordRule in interface SPQLListenerctx - the parse treepublic void exitWordRule(SPQLParser.WordRuleContext ctx)
SPQLParser.wordRule().
The default implementation does nothing.
exitWordRule in interface SPQLListenerctx - the parse treepublic void enterUnfoldClause(SPQLParser.UnfoldClauseContext ctx)
SPQLParser.unfoldClause().
The default implementation does nothing.
enterUnfoldClause in interface SPQLListenerctx - the parse treepublic void exitUnfoldClause(SPQLParser.UnfoldClauseContext ctx)
SPQLParser.unfoldClause().
The default implementation does nothing.
exitUnfoldClause in interface SPQLListenerctx - the parse treepublic void enterExpandClause(SPQLParser.ExpandClauseContext ctx)
SPQLParser.expandClause().
The default implementation does nothing.
enterExpandClause in interface SPQLListenerctx - the parse treepublic void exitExpandClause(SPQLParser.ExpandClauseContext ctx)
SPQLParser.expandClause().
The default implementation does nothing.
exitExpandClause in interface SPQLListenerctx - the parse treepublic void enterResolveClause(SPQLParser.ResolveClauseContext ctx)
SPQLParser.resolveClause().
The default implementation does nothing.
enterResolveClause in interface SPQLListenerctx - the parse treepublic void exitResolveClause(SPQLParser.ResolveClauseContext ctx)
SPQLParser.resolveClause().
The default implementation does nothing.
exitResolveClause in interface SPQLListenerctx - the parse treepublic void enterDatasourcesRule(SPQLParser.DatasourcesRuleContext ctx)
SPQLParser.datasourcesRule().
The default implementation does nothing.
enterDatasourcesRule in interface SPQLListenerctx - the parse treepublic void exitDatasourcesRule(SPQLParser.DatasourcesRuleContext ctx)
SPQLParser.datasourcesRule().
The default implementation does nothing.
exitDatasourcesRule in interface SPQLListenerctx - the parse treepublic void enterDatasourceRule(SPQLParser.DatasourceRuleContext ctx)
SPQLParser.datasourceRule().
The default implementation does nothing.
enterDatasourceRule in interface SPQLListenerctx - the parse treepublic void exitDatasourceRule(SPQLParser.DatasourceRuleContext ctx)
SPQLParser.datasourceRule().
The default implementation does nothing.
exitDatasourceRule in interface SPQLListenerctx - the parse treepublic void enterRankRule(SPQLParser.RankRuleContext ctx)
SPQLParser.rankRule().
The default implementation does nothing.
enterRankRule in interface SPQLListenerctx - the parse treepublic void exitRankRule(SPQLParser.RankRuleContext ctx)
SPQLParser.rankRule().
The default implementation does nothing.
exitRankRule in interface SPQLListenerctx - the parse treepublic void enterWhereExpression(SPQLParser.WhereExpressionContext ctx)
SPQLParser.whereExpression().
The default implementation does nothing.
enterWhereExpression in interface SPQLListenerctx - the parse treepublic void exitWhereExpression(SPQLParser.WhereExpressionContext ctx)
SPQLParser.whereExpression().
The default implementation does nothing.
exitWhereExpression in interface SPQLListenerctx - the parse treepublic void enterWexpression(SPQLParser.WexpressionContext ctx)
SPQLParser.wexpression().
The default implementation does nothing.
enterWexpression in interface SPQLListenerctx - the parse treepublic void exitWexpression(SPQLParser.WexpressionContext ctx)
SPQLParser.wexpression().
The default implementation does nothing.
exitWexpression in interface SPQLListenerctx - the parse treepublic void enterCoordinateCondition(SPQLParser.CoordinateConditionContext ctx)
SPQLParser.coordinateCondition().
The default implementation does nothing.
enterCoordinateCondition in interface SPQLListenerctx - the parse treepublic void exitCoordinateCondition(SPQLParser.CoordinateConditionContext ctx)
SPQLParser.coordinateCondition().
The default implementation does nothing.
exitCoordinateCondition in interface SPQLListenerctx - the parse treepublic void enterEventDateCondition(SPQLParser.EventDateConditionContext ctx)
SPQLParser.eventDateCondition().
The default implementation does nothing.
enterEventDateCondition in interface SPQLListenerctx - the parse treepublic void exitEventDateCondition(SPQLParser.EventDateConditionContext ctx)
SPQLParser.eventDateCondition().
The default implementation does nothing.
exitEventDateCondition in interface SPQLListenerctx - the parse treepublic void enterRelationalOperator(SPQLParser.RelationalOperatorContext ctx)
SPQLParser.relationalOperator().
The default implementation does nothing.
enterRelationalOperator in interface SPQLListenerctx - the parse treepublic void exitRelationalOperator(SPQLParser.RelationalOperatorContext ctx)
SPQLParser.relationalOperator().
The default implementation does nothing.
exitRelationalOperator in interface SPQLListenerctx - the parse treepublic void enterDateRule(SPQLParser.DateRuleContext ctx)
SPQLParser.dateRule().
The default implementation does nothing.
enterDateRule in interface SPQLListenerctx - the parse treepublic void exitDateRule(SPQLParser.DateRuleContext ctx)
SPQLParser.dateRule().
The default implementation does nothing.
exitDateRule in interface SPQLListenerctx - the parse treepublic void enterCoordinateRule(SPQLParser.CoordinateRuleContext ctx)
SPQLParser.coordinateRule().
The default implementation does nothing.
enterCoordinateRule in interface SPQLListenerctx - the parse treepublic void exitCoordinateRule(SPQLParser.CoordinateRuleContext ctx)
SPQLParser.coordinateRule().
The default implementation does nothing.
exitCoordinateRule in interface SPQLListenerctx - the parse treepublic void enterReturnExpression(SPQLParser.ReturnExpressionContext ctx)
SPQLParser.returnExpression().
The default implementation does nothing.
enterReturnExpression in interface SPQLListenerctx - the parse treepublic void exitReturnExpression(SPQLParser.ReturnExpressionContext ctx)
SPQLParser.returnExpression().
The default implementation does nothing.
exitReturnExpression in interface SPQLListenerctx - the parse treepublic void enterHavingExpression(SPQLParser.HavingExpressionContext ctx)
SPQLParser.havingExpression().
The default implementation does nothing.
enterHavingExpression in interface SPQLListenerctx - the parse treepublic void exitHavingExpression(SPQLParser.HavingExpressionContext ctx)
SPQLParser.havingExpression().
The default implementation does nothing.
exitHavingExpression in interface SPQLListenerctx - the parse treepublic void enterNumber(SPQLParser.NumberContext ctx)
SPQLParser.number().
The default implementation does nothing.
enterNumber in interface SPQLListenerctx - the parse treepublic void exitNumber(SPQLParser.NumberContext ctx)
SPQLParser.number().
The default implementation does nothing.
exitNumber in interface SPQLListenerctx - the parse treepublic void enterUnary_operator(SPQLParser.Unary_operatorContext ctx)
SPQLParser.unary_operator().
The default implementation does nothing.
enterUnary_operator in interface SPQLListenerctx - the parse treepublic void exitUnary_operator(SPQLParser.Unary_operatorContext ctx)
SPQLParser.unary_operator().
The default implementation does nothing.
exitUnary_operator in interface SPQLListenerctx - the parse treepublic void enterUnsigned_number(SPQLParser.Unsigned_numberContext ctx)
SPQLParser.unsigned_number().
The default implementation does nothing.
enterUnsigned_number in interface SPQLListenerctx - the parse treepublic void exitUnsigned_number(SPQLParser.Unsigned_numberContext ctx)
SPQLParser.unsigned_number().
The default implementation does nothing.
exitUnsigned_number in interface SPQLListenerctx - the parse treepublic void enterExpressionRule(SPQLParser.ExpressionRuleContext ctx)
SPQLParser.expressionRule().
The default implementation does nothing.
enterExpressionRule in interface SPQLListenerctx - the parse treepublic void exitExpressionRule(SPQLParser.ExpressionRuleContext ctx)
SPQLParser.expressionRule().
The default implementation does nothing.
exitExpressionRule in interface SPQLListenerctx - the parse treepublic void enterParExpression(SPQLParser.ParExpressionContext ctx)
SPQLParser.parExpression().
The default implementation does nothing.
enterParExpression in interface SPQLListenerctx - the parse treepublic void exitParExpression(SPQLParser.ParExpressionContext ctx)
SPQLParser.parExpression().
The default implementation does nothing.
exitParExpression in interface SPQLListenerctx - the parse treepublic void enterConditionalAndExpression(SPQLParser.ConditionalAndExpressionContext ctx)
SPQLParser.conditionalAndExpression().
The default implementation does nothing.
enterConditionalAndExpression in interface SPQLListenerctx - the parse treepublic void exitConditionalAndExpression(SPQLParser.ConditionalAndExpressionContext ctx)
SPQLParser.conditionalAndExpression().
The default implementation does nothing.
exitConditionalAndExpression in interface SPQLListenerctx - the parse treepublic void enterEqualityExpression(SPQLParser.EqualityExpressionContext ctx)
SPQLParser.equalityExpression().
The default implementation does nothing.
enterEqualityExpression in interface SPQLListenerctx - the parse treepublic void exitEqualityExpression(SPQLParser.EqualityExpressionContext ctx)
SPQLParser.equalityExpression().
The default implementation does nothing.
exitEqualityExpression in interface SPQLListenerctx - the parse treepublic void enterRelationalExpression(SPQLParser.RelationalExpressionContext ctx)
SPQLParser.relationalExpression().
The default implementation does nothing.
enterRelationalExpression in interface SPQLListenerctx - the parse treepublic void exitRelationalExpression(SPQLParser.RelationalExpressionContext ctx)
SPQLParser.relationalExpression().
The default implementation does nothing.
exitRelationalExpression in interface SPQLListenerctx - the parse treepublic void enterRelationalOp(SPQLParser.RelationalOpContext ctx)
SPQLParser.relationalOp().
The default implementation does nothing.
enterRelationalOp in interface SPQLListenerctx - the parse treepublic void exitRelationalOp(SPQLParser.RelationalOpContext ctx)
SPQLParser.relationalOp().
The default implementation does nothing.
exitRelationalOp in interface SPQLListenerctx - the parse treepublic void enterAdditiveExpression(SPQLParser.AdditiveExpressionContext ctx)
SPQLParser.additiveExpression().
The default implementation does nothing.
enterAdditiveExpression in interface SPQLListenerctx - the parse treepublic void exitAdditiveExpression(SPQLParser.AdditiveExpressionContext ctx)
SPQLParser.additiveExpression().
The default implementation does nothing.
exitAdditiveExpression in interface SPQLListenerctx - the parse treepublic void enterMultiplicativeExpression(SPQLParser.MultiplicativeExpressionContext ctx)
SPQLParser.multiplicativeExpression().
The default implementation does nothing.
enterMultiplicativeExpression in interface SPQLListenerctx - the parse treepublic void exitMultiplicativeExpression(SPQLParser.MultiplicativeExpressionContext ctx)
SPQLParser.multiplicativeExpression().
The default implementation does nothing.
exitMultiplicativeExpression in interface SPQLListenerctx - the parse treepublic void enterUnaryExpression(SPQLParser.UnaryExpressionContext ctx)
SPQLParser.unaryExpression().
The default implementation does nothing.
enterUnaryExpression in interface SPQLListenerctx - the parse treepublic void exitUnaryExpression(SPQLParser.UnaryExpressionContext ctx)
SPQLParser.unaryExpression().
The default implementation does nothing.
exitUnaryExpression in interface SPQLListenerctx - the parse treepublic void enterUnaryExpressionNotPlusMinus(SPQLParser.UnaryExpressionNotPlusMinusContext ctx)
SPQLParser.unaryExpressionNotPlusMinus().
The default implementation does nothing.
enterUnaryExpressionNotPlusMinus in interface SPQLListenerctx - the parse treepublic void exitUnaryExpressionNotPlusMinus(SPQLParser.UnaryExpressionNotPlusMinusContext ctx)
SPQLParser.unaryExpressionNotPlusMinus().
The default implementation does nothing.
exitUnaryExpressionNotPlusMinus in interface SPQLListenerctx - the parse treepublic void enterPrimary(SPQLParser.PrimaryContext ctx)
SPQLParser.primary().
The default implementation does nothing.
enterPrimary in interface SPQLListenerctx - the parse treepublic void exitPrimary(SPQLParser.PrimaryContext ctx)
SPQLParser.primary().
The default implementation does nothing.
exitPrimary in interface SPQLListenerctx - the parse treepublic void enterCalls(SPQLParser.CallsContext ctx)
SPQLParser.calls().
The default implementation does nothing.
enterCalls in interface SPQLListenerctx - the parse treepublic void exitCalls(SPQLParser.CallsContext ctx)
SPQLParser.calls().
The default implementation does nothing.
exitCalls in interface SPQLListenerctx - the parse treepublic void enterXpath_function(SPQLParser.Xpath_functionContext ctx)
SPQLParser.xpath_function().
The default implementation does nothing.
enterXpath_function in interface SPQLListenerctx - the parse treepublic void exitXpath_function(SPQLParser.Xpath_functionContext ctx)
SPQLParser.xpath_function().
The default implementation does nothing.
exitXpath_function in interface SPQLListenerctx - the parse treepublic void enterExl_function(SPQLParser.Exl_functionContext ctx)
SPQLParser.exl_function().
The default implementation does nothing.
enterExl_function in interface SPQLListenerctx - the parse treepublic void exitExl_function(SPQLParser.Exl_functionContext ctx)
SPQLParser.exl_function().
The default implementation does nothing.
exitExl_function in interface SPQLListenerctx - the parse treepublic void enterLucio_function(SPQLParser.Lucio_functionContext ctx)
SPQLParser.lucio_function().
The default implementation does nothing.
enterLucio_function in interface SPQLListenerctx - the parse treepublic void exitLucio_function(SPQLParser.Lucio_functionContext ctx)
SPQLParser.lucio_function().
The default implementation does nothing.
exitLucio_function in interface SPQLListenerctx - the parse treepublic void enterLiteral(SPQLParser.LiteralContext ctx)
SPQLParser.literal().
The default implementation does nothing.
enterLiteral in interface SPQLListenerctx - the parse treepublic void exitLiteral(SPQLParser.LiteralContext ctx)
SPQLParser.literal().
The default implementation does nothing.
exitLiteral in interface SPQLListenerctx - 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 © 2017. All Rights Reserved.