T - The return type of the visit operation. Use Void for
operations with no return type.public class IfFeatureExpressionParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements IfFeatureExpressionParserVisitor<T>
IfFeatureExpressionParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
IfFeatureExpressionParserBaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visitIdentifier_ref_arg(IfFeatureExpressionParser.Identifier_ref_argContext ctx)
Visit a parse tree produced by
IfFeatureExpressionParser.identifier_ref_arg(). |
T |
visitIf_feature_expr(IfFeatureExpressionParser.If_feature_exprContext ctx)
Visit a parse tree produced by
IfFeatureExpressionParser.if_feature_expr(). |
T |
visitIf_feature_factor(IfFeatureExpressionParser.If_feature_factorContext ctx)
Visit a parse tree produced by
IfFeatureExpressionParser.if_feature_factor(). |
T |
visitIf_feature_term(IfFeatureExpressionParser.If_feature_termContext ctx)
Visit a parse tree produced by
IfFeatureExpressionParser.if_feature_term(). |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic IfFeatureExpressionParserBaseVisitor()
public T visitIf_feature_expr(IfFeatureExpressionParser.If_feature_exprContext ctx)
IfFeatureExpressionParser.if_feature_expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_feature_expr in interface IfFeatureExpressionParserVisitor<T>ctx - the parse treepublic T visitIf_feature_term(IfFeatureExpressionParser.If_feature_termContext ctx)
IfFeatureExpressionParser.if_feature_term().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_feature_term in interface IfFeatureExpressionParserVisitor<T>ctx - the parse treepublic T visitIf_feature_factor(IfFeatureExpressionParser.If_feature_factorContext ctx)
IfFeatureExpressionParser.if_feature_factor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_feature_factor in interface IfFeatureExpressionParserVisitor<T>ctx - the parse treepublic T visitIdentifier_ref_arg(IfFeatureExpressionParser.Identifier_ref_argContext ctx)
IfFeatureExpressionParser.identifier_ref_arg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier_ref_arg in interface IfFeatureExpressionParserVisitor<T>ctx - the parse treeCopyright © 2019 OpenDaylight. All rights reserved.