Interface SCIMFilterListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SCIMFilterBaseListener
public interface SCIMFilterListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SCIMFilterParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterScimFilter
Enter a parse tree produced bySCIMFilterParser.scimFilter().- Parameters:
ctx- the parse tree
-
exitScimFilter
Exit a parse tree produced bySCIMFilterParser.scimFilter().- Parameters:
ctx- the parse tree
-
enterATTR_PR
Enter a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitATTR_PR
Exit a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterLBRAC_EXPR_RBRAC
Enter a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitLBRAC_EXPR_RBRAC
Exit a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterATTR_OPER_EXPR
Enter a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitATTR_OPER_EXPR
Exit a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterEXPR_OR_EXPR
Enter a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitEXPR_OR_EXPR
Exit a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterEXPR_OPER_EXPR
Enter a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitEXPR_OPER_EXPR
Exit a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterNOT_EXPR
Enter a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitNOT_EXPR
Exit a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterEXPR_AND_EXPR
Enter a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitEXPR_AND_EXPR
Exit a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterATTR_OPER_CRITERIA
Enter a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitATTR_OPER_CRITERIA
Exit a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterLPAREN_EXPR_RPAREN
Enter a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
exitLPAREN_EXPR_RPAREN
Exit a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().- Parameters:
ctx- the parse tree
-
enterCriteria
Enter a parse tree produced bySCIMFilterParser.criteria().- Parameters:
ctx- the parse tree
-
exitCriteria
Exit a parse tree produced bySCIMFilterParser.criteria().- Parameters:
ctx- the parse tree
-
enterOperator
Enter a parse tree produced bySCIMFilterParser.operator().- Parameters:
ctx- the parse tree
-
exitOperator
Exit a parse tree produced bySCIMFilterParser.operator().- Parameters:
ctx- the parse tree
-