Class HqlFilterBaseListener
- java.lang.Object
-
- com.wavemaker.runtime.data.filter.parser.antlr4.HqlFilterBaseListener
-
- All Implemented Interfaces:
HqlFilterListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class HqlFilterBaseListener extends java.lang.Object implements HqlFilterListener
This class provides an empty implementation ofHqlFilterListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description HqlFilterBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterWhereClause
public void enterWhereClause(HqlFilterParser.WhereClauseContext ctx)
Enter a parse tree produced byHqlFilterParser.whereClause().The default implementation does nothing.
- Specified by:
enterWhereClausein interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitWhereClause
public void exitWhereClause(HqlFilterParser.WhereClauseContext ctx)
Exit a parse tree produced byHqlFilterParser.whereClause().The default implementation does nothing.
- Specified by:
exitWhereClausein interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterLogicalExpression
public void enterLogicalExpression(HqlFilterParser.LogicalExpressionContext ctx)
Enter a parse tree produced byHqlFilterParser.logicalExpression().The default implementation does nothing.
- Specified by:
enterLogicalExpressionin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitLogicalExpression
public void exitLogicalExpression(HqlFilterParser.LogicalExpressionContext ctx)
Exit a parse tree produced byHqlFilterParser.logicalExpression().The default implementation does nothing.
- Specified by:
exitLogicalExpressionin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(HqlFilterParser.ExpressionContext ctx)
Enter a parse tree produced byHqlFilterParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(HqlFilterParser.ExpressionContext ctx)
Exit a parse tree produced byHqlFilterParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterCondition
public void enterCondition(HqlFilterParser.ConditionContext ctx)
Enter a parse tree produced byHqlFilterParser.condition().The default implementation does nothing.
- Specified by:
enterConditionin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitCondition
public void exitCondition(HqlFilterParser.ConditionContext ctx)
Exit a parse tree produced byHqlFilterParser.condition().The default implementation does nothing.
- Specified by:
exitConditionin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterComparison
public void enterComparison(HqlFilterParser.ComparisonContext ctx)
Enter a parse tree produced byHqlFilterParser.comparison().The default implementation does nothing.
- Specified by:
enterComparisonin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitComparison
public void exitComparison(HqlFilterParser.ComparisonContext ctx)
Exit a parse tree produced byHqlFilterParser.comparison().The default implementation does nothing.
- Specified by:
exitComparisonin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterBetween
public void enterBetween(HqlFilterParser.BetweenContext ctx)
Enter a parse tree produced byHqlFilterParser.between().The default implementation does nothing.
- Specified by:
enterBetweenin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitBetween
public void exitBetween(HqlFilterParser.BetweenContext ctx)
Exit a parse tree produced byHqlFilterParser.between().The default implementation does nothing.
- Specified by:
exitBetweenin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterIn
public void enterIn(HqlFilterParser.InContext ctx)
Enter a parse tree produced byHqlFilterParser.in().The default implementation does nothing.
- Specified by:
enterInin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitIn
public void exitIn(HqlFilterParser.InContext ctx)
Exit a parse tree produced byHqlFilterParser.in().The default implementation does nothing.
- Specified by:
exitInin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterNotIn
public void enterNotIn(HqlFilterParser.NotInContext ctx)
Enter a parse tree produced byHqlFilterParser.notIn().The default implementation does nothing.
- Specified by:
enterNotInin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitNotIn
public void exitNotIn(HqlFilterParser.NotInContext ctx)
Exit a parse tree produced byHqlFilterParser.notIn().The default implementation does nothing.
- Specified by:
exitNotInin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterLike
public void enterLike(HqlFilterParser.LikeContext ctx)
Enter a parse tree produced byHqlFilterParser.like().The default implementation does nothing.
- Specified by:
enterLikein interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitLike
public void exitLike(HqlFilterParser.LikeContext ctx)
Exit a parse tree produced byHqlFilterParser.like().The default implementation does nothing.
- Specified by:
exitLikein interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterNotLike
public void enterNotLike(HqlFilterParser.NotLikeContext ctx)
Enter a parse tree produced byHqlFilterParser.notLike().The default implementation does nothing.
- Specified by:
enterNotLikein interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitNotLike
public void exitNotLike(HqlFilterParser.NotLikeContext ctx)
Exit a parse tree produced byHqlFilterParser.notLike().The default implementation does nothing.
- Specified by:
exitNotLikein interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterIsNull
public void enterIsNull(HqlFilterParser.IsNullContext ctx)
Enter a parse tree produced byHqlFilterParser.isNull().The default implementation does nothing.
- Specified by:
enterIsNullin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitIsNull
public void exitIsNull(HqlFilterParser.IsNullContext ctx)
Exit a parse tree produced byHqlFilterParser.isNull().The default implementation does nothing.
- Specified by:
exitIsNullin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterIsNotNull
public void enterIsNotNull(HqlFilterParser.IsNotNullContext ctx)
Enter a parse tree produced byHqlFilterParser.isNotNull().The default implementation does nothing.
- Specified by:
enterIsNotNullin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitIsNotNull
public void exitIsNotNull(HqlFilterParser.IsNotNullContext ctx)
Exit a parse tree produced byHqlFilterParser.isNotNull().The default implementation does nothing.
- Specified by:
exitIsNotNullin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterCommaSeparatedValues
public void enterCommaSeparatedValues(HqlFilterParser.CommaSeparatedValuesContext ctx)
Enter a parse tree produced byHqlFilterParser.commaSeparatedValues().The default implementation does nothing.
- Specified by:
enterCommaSeparatedValuesin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitCommaSeparatedValues
public void exitCommaSeparatedValues(HqlFilterParser.CommaSeparatedValuesContext ctx)
Exit a parse tree produced byHqlFilterParser.commaSeparatedValues().The default implementation does nothing.
- Specified by:
exitCommaSeparatedValuesin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterKey
public void enterKey(HqlFilterParser.KeyContext ctx)
Enter a parse tree produced byHqlFilterParser.key().The default implementation does nothing.
- Specified by:
enterKeyin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitKey
public void exitKey(HqlFilterParser.KeyContext ctx)
Exit a parse tree produced byHqlFilterParser.key().The default implementation does nothing.
- Specified by:
exitKeyin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterString
public void enterString(HqlFilterParser.StringContext ctx)
Enter a parse tree produced byHqlFilterParser.string().The default implementation does nothing.
- Specified by:
enterStringin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitString
public void exitString(HqlFilterParser.StringContext ctx)
Exit a parse tree produced byHqlFilterParser.string().The default implementation does nothing.
- Specified by:
exitStringin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterNumber
public void enterNumber(HqlFilterParser.NumberContext ctx)
Enter a parse tree produced byHqlFilterParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitNumber
public void exitNumber(HqlFilterParser.NumberContext ctx)
Exit a parse tree produced byHqlFilterParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
enterFunction
public void enterFunction(HqlFilterParser.FunctionContext ctx)
Enter a parse tree produced byHqlFilterParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceHqlFilterListener- Parameters:
ctx- the parse tree
-
exitFunction
public void exitFunction(HqlFilterParser.FunctionContext ctx)
Exit a parse tree produced byHqlFilterParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceHqlFilterListener- 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
-
-