T - The return type of the visit operation. Use Void for
operations with no return type.public class RulebookBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements RulebookVisitor<T>
RulebookVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
RulebookBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRulebook(RulebookParser.RulebookContext ctx)
RulebookParser.rulebook().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRulebook in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbVersion(RulebookParser.RbVersionContext ctx)
RulebookParser.rbVersion().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbVersion in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbRules(RulebookParser.RbRulesContext ctx)
RulebookParser.rbRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbRules in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbMeta(RulebookParser.RbMetaContext ctx)
RulebookParser.rbMeta().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbMeta in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbRule(RulebookParser.RbRuleContext ctx)
RulebookParser.rbRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbRule in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbMetaDescription(RulebookParser.RbMetaDescriptionContext ctx)
RulebookParser.rbMetaDescription().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbMetaDescription in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbMetaCreatedDate(RulebookParser.RbMetaCreatedDateContext ctx)
RulebookParser.rbMetaCreatedDate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbMetaCreatedDate in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbMetaUpdatedDate(RulebookParser.RbMetaUpdatedDateContext ctx)
RulebookParser.rbMetaUpdatedDate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbMetaUpdatedDate in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbMetaUserName(RulebookParser.RbMetaUserNameContext ctx)
RulebookParser.rbMetaUserName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbMetaUserName in interface RulebookVisitor<T>ctx - the parse treepublic T visitRbMetaSourceName(RulebookParser.RbMetaSourceNameContext ctx)
RulebookParser.rbMetaSourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRbMetaSourceName in interface RulebookVisitor<T>ctx - the parse treepublic T visitDescriptionClause(RulebookParser.DescriptionClauseContext ctx)
RulebookParser.descriptionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescriptionClause in interface RulebookVisitor<T>ctx - the parse treepublic T visitGivenClause(RulebookParser.GivenClauseContext ctx)
RulebookParser.givenClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGivenClause in interface RulebookVisitor<T>ctx - the parse treepublic T visitAssignments(RulebookParser.AssignmentsContext ctx)
RulebookParser.assignments().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignments in interface RulebookVisitor<T>ctx - the parse treepublic T visitAssignment(RulebookParser.AssignmentContext ctx)
RulebookParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment in interface RulebookVisitor<T>ctx - the parse treepublic T visitWhenClause(RulebookParser.WhenClauseContext ctx)
RulebookParser.whenClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhenClause in interface RulebookVisitor<T>ctx - the parse treepublic T visitThenClause(RulebookParser.ThenClauseContext ctx)
RulebookParser.thenClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitThenClause in interface RulebookVisitor<T>ctx - the parse treepublic T visitActions(RulebookParser.ActionsContext ctx)
RulebookParser.actions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitActions in interface RulebookVisitor<T>ctx - the parse treepublic T visitAction(RulebookParser.ActionContext ctx)
RulebookParser.action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAction in interface RulebookVisitor<T>ctx - the parse treepublic T visitCondition(RulebookParser.ConditionContext ctx)
RulebookParser.condition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCondition in interface RulebookVisitor<T>ctx - the parse treeCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.