Class SCIMFilterBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,SCIMFilterListener
SCIMFilterListener,
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 theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced bySCIMFilterParser.criteria().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().voidEnter a parse tree produced bySCIMFilterParser.operator().voidEnter a parse tree produced bySCIMFilterParser.scimFilter().voidExit a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced bySCIMFilterParser.criteria().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().voidExit a parse tree produced bySCIMFilterParser.operator().voidExit a parse tree produced bySCIMFilterParser.scimFilter().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
SCIMFilterBaseListener
public SCIMFilterBaseListener()
-
-
Method Details
-
enterScimFilter
Enter a parse tree produced bySCIMFilterParser.scimFilter().The default implementation does nothing.
- Specified by:
enterScimFilterin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitScimFilter
Exit a parse tree produced bySCIMFilterParser.scimFilter().The default implementation does nothing.
- Specified by:
exitScimFilterin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterATTR_PR
Enter a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterATTR_PRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitATTR_PR
Exit a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitATTR_PRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterLBRAC_EXPR_RBRAC
Enter a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterLBRAC_EXPR_RBRACin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitLBRAC_EXPR_RBRAC
Exit a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitLBRAC_EXPR_RBRACin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterATTR_OPER_EXPR
Enter a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterATTR_OPER_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitATTR_OPER_EXPR
Exit a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitATTR_OPER_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterEXPR_OR_EXPR
Enter a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterEXPR_OR_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitEXPR_OR_EXPR
Exit a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitEXPR_OR_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterEXPR_OPER_EXPR
Enter a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterEXPR_OPER_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitEXPR_OPER_EXPR
Exit a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitEXPR_OPER_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterNOT_EXPR
Enter a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterNOT_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitNOT_EXPR
Exit a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitNOT_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterEXPR_AND_EXPR
Enter a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterEXPR_AND_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitEXPR_AND_EXPR
Exit a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitEXPR_AND_EXPRin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterATTR_OPER_CRITERIA
Enter a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterATTR_OPER_CRITERIAin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitATTR_OPER_CRITERIA
Exit a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitATTR_OPER_CRITERIAin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterLPAREN_EXPR_RPAREN
Enter a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
enterLPAREN_EXPR_RPARENin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitLPAREN_EXPR_RPAREN
Exit a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().The default implementation does nothing.
- Specified by:
exitLPAREN_EXPR_RPARENin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterCriteria
Enter a parse tree produced bySCIMFilterParser.criteria().The default implementation does nothing.
- Specified by:
enterCriteriain interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitCriteria
Exit a parse tree produced bySCIMFilterParser.criteria().The default implementation does nothing.
- Specified by:
exitCriteriain interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
enterOperator
Enter a parse tree produced bySCIMFilterParser.operator().The default implementation does nothing.
- Specified by:
enterOperatorin interfaceSCIMFilterListener- Parameters:
ctx- the parse tree
-
exitOperator
Exit a parse tree produced bySCIMFilterParser.operator().The default implementation does nothing.
- Specified by:
exitOperatorin interfaceSCIMFilterListener- 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
-