T - The return type of the visit operation. Use Void for
operations with no return type.public class SCIMFilterBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SCIMFilterVisitor<T>
SCIMFilterVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
SCIMFilterBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitScimFilter(SCIMFilterParser.ScimFilterContext ctx)
SCIMFilterParser.scimFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScimFilter in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitATTR_PR(SCIMFilterParser.ATTR_PRContext ctx)
ATTR_PR
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitATTR_PR in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitLBRAC_EXPR_RBRAC(SCIMFilterParser.LBRAC_EXPR_RBRACContext ctx)
LBRAC_EXPR_RBRAC
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLBRAC_EXPR_RBRAC in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitATTR_OPER_EXPR(SCIMFilterParser.ATTR_OPER_EXPRContext ctx)
ATTR_OPER_EXPR
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitATTR_OPER_EXPR in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitEXPR_OR_EXPR(SCIMFilterParser.EXPR_OR_EXPRContext ctx)
EXPR_OR_EXPR
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEXPR_OR_EXPR in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitEXPR_OPER_EXPR(SCIMFilterParser.EXPR_OPER_EXPRContext ctx)
EXPR_OPER_EXPR
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEXPR_OPER_EXPR in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitNOT_EXPR(SCIMFilterParser.NOT_EXPRContext ctx)
NOT_EXPR
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNOT_EXPR in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitEXPR_AND_EXPR(SCIMFilterParser.EXPR_AND_EXPRContext ctx)
EXPR_AND_EXPR
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEXPR_AND_EXPR in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitATTR_OPER_CRITERIA(SCIMFilterParser.ATTR_OPER_CRITERIAContext ctx)
ATTR_OPER_CRITERIA
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitATTR_OPER_CRITERIA in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitLPAREN_EXPR_RPAREN(SCIMFilterParser.LPAREN_EXPR_RPARENContext ctx)
LPAREN_EXPR_RPAREN
labeled alternative in SCIMFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLPAREN_EXPR_RPAREN in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitCriteria(SCIMFilterParser.CriteriaContext ctx)
SCIMFilterParser.criteria().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCriteria in interface SCIMFilterVisitor<T>ctx - the parse treepublic T visitOperator(SCIMFilterParser.OperatorContext ctx)
SCIMFilterParser.operator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperator in interface SCIMFilterVisitor<T>ctx - the parse treeCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.