Class FiltersBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,FiltersListener
FiltersListener, which can be
extended to create a listener which only needs to handle a subset of the available
methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced by theAndExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced by theBooleanConstantlabeled alternative inFiltersParser.constant().voidEnter a parse tree produced byFiltersParser.compare().voidEnter a parse tree produced by theCompareExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced byFiltersParser.constantArray().voidEnter a parse tree produced by theDecimalConstantlabeled alternative inFiltersParser.constant().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced by theGroupExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced byFiltersParser.identifier().voidEnter a parse tree produced by theInExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced by theIntegerConstantlabeled alternative inFiltersParser.constant().voidEnter a parse tree produced by theIsNotNullExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced by theIsNullExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced by theLongConstantlabeled alternative inFiltersParser.constant().voidEnter a parse tree produced by theNinExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced by theNotExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced by theOrExpressionlabeled alternative inFiltersParser.booleanExpression().voidEnter a parse tree produced by theTextConstantlabeled alternative inFiltersParser.constant().voidEnter a parse tree produced byFiltersParser.where().voidExit a parse tree produced by theAndExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced by theBooleanConstantlabeled alternative inFiltersParser.constant().voidExit a parse tree produced byFiltersParser.compare().voidExit a parse tree produced by theCompareExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced byFiltersParser.constantArray().voidExit a parse tree produced by theDecimalConstantlabeled alternative inFiltersParser.constant().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced by theGroupExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced byFiltersParser.identifier().voidExit a parse tree produced by theInExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced by theIntegerConstantlabeled alternative inFiltersParser.constant().voidExit a parse tree produced by theIsNotNullExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced by theIsNullExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced by theLongConstantlabeled alternative inFiltersParser.constant().voidExit a parse tree produced by theNinExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced by theNotExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced by theOrExpressionlabeled alternative inFiltersParser.booleanExpression().voidExit a parse tree produced by theTextConstantlabeled alternative inFiltersParser.constant().voidExit a parse tree produced byFiltersParser.where().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
FiltersBaseListener
public FiltersBaseListener()
-
-
Method Details
-
enterWhere
Enter a parse tree produced byFiltersParser.where().The default implementation does nothing.
- Specified by:
enterWherein interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitWhere
Exit a parse tree produced byFiltersParser.where().The default implementation does nothing.
- Specified by:
exitWherein interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterNinExpression
Enter a parse tree produced by theNinExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterNinExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitNinExpression
Exit a parse tree produced by theNinExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitNinExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterIsNullExpression
Enter a parse tree produced by theIsNullExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterIsNullExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitIsNullExpression
Exit a parse tree produced by theIsNullExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitIsNullExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterIsNotNullExpression
Enter a parse tree produced by theIsNotNullExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterIsNotNullExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitIsNotNullExpression
Exit a parse tree produced by theIsNotNullExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitIsNotNullExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterAndExpression
Enter a parse tree produced by theAndExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterAndExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitAndExpression
Exit a parse tree produced by theAndExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitAndExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterInExpression
Enter a parse tree produced by theInExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterInExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitInExpression
Exit a parse tree produced by theInExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitInExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterNotExpression
Enter a parse tree produced by theNotExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterNotExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitNotExpression
Exit a parse tree produced by theNotExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitNotExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterCompareExpression
Enter a parse tree produced by theCompareExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterCompareExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitCompareExpression
Exit a parse tree produced by theCompareExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitCompareExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterOrExpression
Enter a parse tree produced by theOrExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterOrExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitOrExpression
Exit a parse tree produced by theOrExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitOrExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterGroupExpression
Enter a parse tree produced by theGroupExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterGroupExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitGroupExpression
Exit a parse tree produced by theGroupExpressionlabeled alternative inFiltersParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitGroupExpressionin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterConstantArray
Enter a parse tree produced byFiltersParser.constantArray().The default implementation does nothing.
- Specified by:
enterConstantArrayin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitConstantArray
Exit a parse tree produced byFiltersParser.constantArray().The default implementation does nothing.
- Specified by:
exitConstantArrayin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterCompare
Enter a parse tree produced byFiltersParser.compare().The default implementation does nothing.
- Specified by:
enterComparein interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitCompare
Exit a parse tree produced byFiltersParser.compare().The default implementation does nothing.
- Specified by:
exitComparein interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byFiltersParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byFiltersParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterLongConstant
Enter a parse tree produced by theLongConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
enterLongConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitLongConstant
Exit a parse tree produced by theLongConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
exitLongConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterIntegerConstant
Enter a parse tree produced by theIntegerConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
enterIntegerConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitIntegerConstant
Exit a parse tree produced by theIntegerConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
exitIntegerConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterDecimalConstant
Enter a parse tree produced by theDecimalConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
enterDecimalConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitDecimalConstant
Exit a parse tree produced by theDecimalConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
exitDecimalConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterTextConstant
Enter a parse tree produced by theTextConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
enterTextConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitTextConstant
Exit a parse tree produced by theTextConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
exitTextConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
enterBooleanConstant
Enter a parse tree produced by theBooleanConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
enterBooleanConstantin interfaceFiltersListener- Parameters:
ctx- the parse tree
-
exitBooleanConstant
Exit a parse tree produced by theBooleanConstantlabeled alternative inFiltersParser.constant().The default implementation does nothing.
- Specified by:
exitBooleanConstantin interfaceFiltersListener- 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
-