Class SCIMFilterBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.syncope.core.logic.scim.SCIMFilterBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,SCIMFilterVisitor<T>
- Direct Known Subclasses:
SearchCondVisitor
public class SCIMFilterBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SCIMFilterVisitor<T>
This class provides an empty implementation ofSCIMFilterVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description SCIMFilterBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitScimFilter
public T visitScimFilter(SCIMFilterParser.ScimFilterContext ctx)
Visit a parse tree produced bySCIMFilterParser.scimFilter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScimFilterin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitATTR_PR
public T visitATTR_PR(SCIMFilterParser.ATTR_PRContext ctx)
Visit a parse tree produced by theATTR_PRlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitATTR_PRin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLBRAC_EXPR_RBRAC
public T visitLBRAC_EXPR_RBRAC(SCIMFilterParser.LBRAC_EXPR_RBRACContext ctx)
Visit a parse tree produced by theLBRAC_EXPR_RBRAClabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLBRAC_EXPR_RBRACin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitATTR_OPER_EXPR
public T visitATTR_OPER_EXPR(SCIMFilterParser.ATTR_OPER_EXPRContext ctx)
Visit a parse tree produced by theATTR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitATTR_OPER_EXPRin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEXPR_OR_EXPR
public T visitEXPR_OR_EXPR(SCIMFilterParser.EXPR_OR_EXPRContext ctx)
Visit a parse tree produced by theEXPR_OR_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEXPR_OR_EXPRin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEXPR_OPER_EXPR
public T visitEXPR_OPER_EXPR(SCIMFilterParser.EXPR_OPER_EXPRContext ctx)
Visit a parse tree produced by theEXPR_OPER_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEXPR_OPER_EXPRin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNOT_EXPR
public T visitNOT_EXPR(SCIMFilterParser.NOT_EXPRContext ctx)
Visit a parse tree produced by theNOT_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNOT_EXPRin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEXPR_AND_EXPR
public T visitEXPR_AND_EXPR(SCIMFilterParser.EXPR_AND_EXPRContext ctx)
Visit a parse tree produced by theEXPR_AND_EXPRlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEXPR_AND_EXPRin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitATTR_OPER_CRITERIA
public T visitATTR_OPER_CRITERIA(SCIMFilterParser.ATTR_OPER_CRITERIAContext ctx)
Visit a parse tree produced by theATTR_OPER_CRITERIAlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitATTR_OPER_CRITERIAin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLPAREN_EXPR_RPAREN
public T visitLPAREN_EXPR_RPAREN(SCIMFilterParser.LPAREN_EXPR_RPARENContext ctx)
Visit a parse tree produced by theLPAREN_EXPR_RPARENlabeled alternative inSCIMFilterParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLPAREN_EXPR_RPARENin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCriteria
public T visitCriteria(SCIMFilterParser.CriteriaContext ctx)
Visit a parse tree produced bySCIMFilterParser.criteria().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCriteriain interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator
public T visitOperator(SCIMFilterParser.OperatorContext ctx)
Visit a parse tree produced bySCIMFilterParser.operator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorin interfaceSCIMFilterVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-