Interface SCIMFilterListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SCIMFilterBaseListener
public interface SCIMFilterListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced bySCIMFilterParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterScimFilter
void enterScimFilter(SCIMFilterParser.ScimFilterContext ctx)
Enter a parse tree produced bySCIMFilterParser.scimFilter().- Parameters:
ctx- the parse tree
-
exitScimFilter
void exitScimFilter(SCIMFilterParser.ScimFilterContext ctx)
Exit a parse tree produced bySCIMFilterParser.scimFilter().- Parameters:
ctx- the parse tree
-
enterATTR_PR
void enterATTR_PR(SCIMFilterParser.ATTR_PRContext ctx)
Enter a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitATTR_PR
void exitATTR_PR(SCIMFilterParser.ATTR_PRContext ctx)
Exit a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterLBRAC_EXPR_RBRAC
void enterLBRAC_EXPR_RBRAC(SCIMFilterParser.LBRAC_EXPR_RBRACContext ctx)
Enter a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitLBRAC_EXPR_RBRAC
void exitLBRAC_EXPR_RBRAC(SCIMFilterParser.LBRAC_EXPR_RBRACContext ctx)
Exit a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterATTR_OPER_EXPR
void enterATTR_OPER_EXPR(SCIMFilterParser.ATTR_OPER_EXPRContext ctx)
Enter a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitATTR_OPER_EXPR
void exitATTR_OPER_EXPR(SCIMFilterParser.ATTR_OPER_EXPRContext ctx)
Exit a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterEXPR_OR_EXPR
void enterEXPR_OR_EXPR(SCIMFilterParser.EXPR_OR_EXPRContext ctx)
Enter a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitEXPR_OR_EXPR
void exitEXPR_OR_EXPR(SCIMFilterParser.EXPR_OR_EXPRContext ctx)
Exit a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterEXPR_OPER_EXPR
void enterEXPR_OPER_EXPR(SCIMFilterParser.EXPR_OPER_EXPRContext ctx)
Enter a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitEXPR_OPER_EXPR
void exitEXPR_OPER_EXPR(SCIMFilterParser.EXPR_OPER_EXPRContext ctx)
Exit a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterNOT_EXPR
void enterNOT_EXPR(SCIMFilterParser.NOT_EXPRContext ctx)
Enter a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitNOT_EXPR
void exitNOT_EXPR(SCIMFilterParser.NOT_EXPRContext ctx)
Exit a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterEXPR_AND_EXPR
void enterEXPR_AND_EXPR(SCIMFilterParser.EXPR_AND_EXPRContext ctx)
Enter a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitEXPR_AND_EXPR
void exitEXPR_AND_EXPR(SCIMFilterParser.EXPR_AND_EXPRContext ctx)
Exit a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterATTR_OPER_CRITERIA
void enterATTR_OPER_CRITERIA(SCIMFilterParser.ATTR_OPER_CRITERIAContext ctx)
Enter a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitATTR_OPER_CRITERIA
void exitATTR_OPER_CRITERIA(SCIMFilterParser.ATTR_OPER_CRITERIAContext ctx)
Exit a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterLPAREN_EXPR_RPAREN
void enterLPAREN_EXPR_RPAREN(SCIMFilterParser.LPAREN_EXPR_RPARENContext ctx)
Enter a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitLPAREN_EXPR_RPAREN
void exitLPAREN_EXPR_RPAREN(SCIMFilterParser.LPAREN_EXPR_RPARENContext ctx)
Exit a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterCriteria
void enterCriteria(SCIMFilterParser.CriteriaContext ctx)
Enter a parse tree produced bySCIMFilterParser.criteria().- Parameters:
ctx- the parse tree
-
exitCriteria
void exitCriteria(SCIMFilterParser.CriteriaContext ctx)
Exit a parse tree produced bySCIMFilterParser.criteria().- Parameters:
ctx- the parse tree
-
enterOperator
void enterOperator(SCIMFilterParser.OperatorContext ctx)
Enter a parse tree produced bySCIMFilterParser.operator().- Parameters:
ctx- the parse tree
-
exitOperator
void exitOperator(SCIMFilterParser.OperatorContext ctx)
Exit a parse tree produced bySCIMFilterParser.operator().- Parameters:
ctx- the parse tree
-
-