Class FilterBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,FilterListener
- Direct Known Subclasses:
ExpressionBuildingListener
FilterListener,
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 theAttributeCompareExpressionlabeled alternative inFilterParser.attributeExpression().voidEnter a parse tree produced by theAttributeGroupExpressionlabeled alternative inFilterParser.attributeExpression().voidEnter a parse tree produced by theAttributeLogicExpressionlabeled alternative inFilterParser.attributeExpression().voidEnter a parse tree produced by theAttributePresentExpressionlabeled alternative inFilterParser.attributeExpression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byFilterParser.filter().voidEnter a parse tree produced by theFilterAttributeCompareExpressionlabeled alternative inFilterParser.filterExpression().voidEnter a parse tree produced by theFilterAttributeExpressionlabeled alternative inFilterParser.filterExpression().voidEnter a parse tree produced by theFilterAttributePresentExpressionlabeled alternative inFilterParser.filterExpression().voidEnter a parse tree produced by theFilterGroupExpressionlabeled alternative inFilterParser.filterExpression().voidEnter a parse tree produced by theFilterLogicExpressionlabeled alternative inFilterParser.filterExpression().voidEnter a parse tree produced by theFilterValuePathExpressionlabeled alternative inFilterParser.filterExpression().voidEnter a parse tree produced byFilterParser.fullAttributePath().voidEnter a parse tree produced byFilterParser.partialAttributePath().voidEnter a parse tree produced byFilterParser.partialPatchPath().voidEnter a parse tree produced by thePatchPathFulllabeled alternative inFilterParser.patchPath().voidEnter a parse tree produced by thePatchPathPartiallabeled alternative inFilterParser.patchPath().voidExit a parse tree produced by theAttributeCompareExpressionlabeled alternative inFilterParser.attributeExpression().voidExit a parse tree produced by theAttributeGroupExpressionlabeled alternative inFilterParser.attributeExpression().voidExit a parse tree produced by theAttributeLogicExpressionlabeled alternative inFilterParser.attributeExpression().voidExit a parse tree produced by theAttributePresentExpressionlabeled alternative inFilterParser.attributeExpression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byFilterParser.filter().voidExit a parse tree produced by theFilterAttributeCompareExpressionlabeled alternative inFilterParser.filterExpression().voidExit a parse tree produced by theFilterAttributeExpressionlabeled alternative inFilterParser.filterExpression().voidExit a parse tree produced by theFilterAttributePresentExpressionlabeled alternative inFilterParser.filterExpression().voidExit a parse tree produced by theFilterGroupExpressionlabeled alternative inFilterParser.filterExpression().voidExit a parse tree produced by theFilterLogicExpressionlabeled alternative inFilterParser.filterExpression().voidExit a parse tree produced by theFilterValuePathExpressionlabeled alternative inFilterParser.filterExpression().voidExit a parse tree produced byFilterParser.fullAttributePath().voidExit a parse tree produced byFilterParser.partialAttributePath().voidExit a parse tree produced byFilterParser.partialPatchPath().voidExit a parse tree produced by thePatchPathFulllabeled alternative inFilterParser.patchPath().voidExit a parse tree produced by thePatchPathPartiallabeled alternative inFilterParser.patchPath().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
FilterBaseListener
public FilterBaseListener()
-
-
Method Details
-
enterFilter
Enter a parse tree produced byFilterParser.filter().The default implementation does nothing.
- Specified by:
enterFilterin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFilter
Exit a parse tree produced byFilterParser.filter().The default implementation does nothing.
- Specified by:
exitFilterin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterPatchPathFull
Enter a parse tree produced by thePatchPathFulllabeled alternative inFilterParser.patchPath().The default implementation does nothing.
- Specified by:
enterPatchPathFullin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitPatchPathFull
Exit a parse tree produced by thePatchPathFulllabeled alternative inFilterParser.patchPath().The default implementation does nothing.
- Specified by:
exitPatchPathFullin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterPatchPathPartial
Enter a parse tree produced by thePatchPathPartiallabeled alternative inFilterParser.patchPath().The default implementation does nothing.
- Specified by:
enterPatchPathPartialin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitPatchPathPartial
Exit a parse tree produced by thePatchPathPartiallabeled alternative inFilterParser.patchPath().The default implementation does nothing.
- Specified by:
exitPatchPathPartialin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterFilterLogicExpression
Enter a parse tree produced by theFilterLogicExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
enterFilterLogicExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFilterLogicExpression
Exit a parse tree produced by theFilterLogicExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
exitFilterLogicExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterFilterAttributePresentExpression
public void enterFilterAttributePresentExpression(FilterParser.FilterAttributePresentExpressionContext ctx) Enter a parse tree produced by theFilterAttributePresentExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
enterFilterAttributePresentExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFilterAttributePresentExpression
public void exitFilterAttributePresentExpression(FilterParser.FilterAttributePresentExpressionContext ctx) Exit a parse tree produced by theFilterAttributePresentExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
exitFilterAttributePresentExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterFilterGroupExpression
Enter a parse tree produced by theFilterGroupExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
enterFilterGroupExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFilterGroupExpression
Exit a parse tree produced by theFilterGroupExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
exitFilterGroupExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterFilterValuePathExpression
Enter a parse tree produced by theFilterValuePathExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
enterFilterValuePathExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFilterValuePathExpression
Exit a parse tree produced by theFilterValuePathExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
exitFilterValuePathExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterFilterAttributeExpression
Enter a parse tree produced by theFilterAttributeExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
enterFilterAttributeExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFilterAttributeExpression
Exit a parse tree produced by theFilterAttributeExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
exitFilterAttributeExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterFilterAttributeCompareExpression
public void enterFilterAttributeCompareExpression(FilterParser.FilterAttributeCompareExpressionContext ctx) Enter a parse tree produced by theFilterAttributeCompareExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
enterFilterAttributeCompareExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFilterAttributeCompareExpression
public void exitFilterAttributeCompareExpression(FilterParser.FilterAttributeCompareExpressionContext ctx) Exit a parse tree produced by theFilterAttributeCompareExpressionlabeled alternative inFilterParser.filterExpression().The default implementation does nothing.
- Specified by:
exitFilterAttributeCompareExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterAttributeGroupExpression
Enter a parse tree produced by theAttributeGroupExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
enterAttributeGroupExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitAttributeGroupExpression
Exit a parse tree produced by theAttributeGroupExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
exitAttributeGroupExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterAttributePresentExpression
Enter a parse tree produced by theAttributePresentExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
enterAttributePresentExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitAttributePresentExpression
Exit a parse tree produced by theAttributePresentExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
exitAttributePresentExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterAttributeLogicExpression
Enter a parse tree produced by theAttributeLogicExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
enterAttributeLogicExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitAttributeLogicExpression
Exit a parse tree produced by theAttributeLogicExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
exitAttributeLogicExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterAttributeCompareExpression
Enter a parse tree produced by theAttributeCompareExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
enterAttributeCompareExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitAttributeCompareExpression
Exit a parse tree produced by theAttributeCompareExpressionlabeled alternative inFilterParser.attributeExpression().The default implementation does nothing.
- Specified by:
exitAttributeCompareExpressionin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterFullAttributePath
Enter a parse tree produced byFilterParser.fullAttributePath().The default implementation does nothing.
- Specified by:
enterFullAttributePathin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitFullAttributePath
Exit a parse tree produced byFilterParser.fullAttributePath().The default implementation does nothing.
- Specified by:
exitFullAttributePathin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterPartialAttributePath
Enter a parse tree produced byFilterParser.partialAttributePath().The default implementation does nothing.
- Specified by:
enterPartialAttributePathin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitPartialAttributePath
Exit a parse tree produced byFilterParser.partialAttributePath().The default implementation does nothing.
- Specified by:
exitPartialAttributePathin interfaceFilterListener- Parameters:
ctx- the parse tree
-
enterPartialPatchPath
Enter a parse tree produced byFilterParser.partialPatchPath().The default implementation does nothing.
- Specified by:
enterPartialPatchPathin interfaceFilterListener- Parameters:
ctx- the parse tree
-
exitPartialPatchPath
Exit a parse tree produced byFilterParser.partialPatchPath().The default implementation does nothing.
- Specified by:
exitPartialPatchPathin interfaceFilterListener- 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
-