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. UseVoid
for 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:
visitScimFilter
in 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_PR
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitATTR_PR
in 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_RBRAC
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLBRAC_EXPR_RBRAC
in 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_EXPR
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitATTR_OPER_EXPR
in 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_EXPR
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEXPR_OR_EXPR
in 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_EXPR
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEXPR_OPER_EXPR
in 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_EXPR
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNOT_EXPR
in 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_EXPR
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEXPR_AND_EXPR
in 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_CRITERIA
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitATTR_OPER_CRITERIA
in 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_RPAREN
labeled alternative inSCIMFilterParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLPAREN_EXPR_RPAREN
in 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:
visitCriteria
in 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:
visitOperator
in interfaceSCIMFilterVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-