T - The return type of the visit operation. Use Void for
operations with no return type.public interface RulebookVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
RulebookParser.T visitRulebook(RulebookParser.RulebookContext ctx)
RulebookParser.rulebook().ctx - the parse treeT visitRbVersion(RulebookParser.RbVersionContext ctx)
RulebookParser.rbVersion().ctx - the parse treeT visitRbRules(RulebookParser.RbRulesContext ctx)
RulebookParser.rbRules().ctx - the parse treeT visitRbMeta(RulebookParser.RbMetaContext ctx)
RulebookParser.rbMeta().ctx - the parse treeT visitRbRule(RulebookParser.RbRuleContext ctx)
RulebookParser.rbRule().ctx - the parse treeT visitRbMetaDescription(RulebookParser.RbMetaDescriptionContext ctx)
RulebookParser.rbMetaDescription().ctx - the parse treeT visitRbMetaCreatedDate(RulebookParser.RbMetaCreatedDateContext ctx)
RulebookParser.rbMetaCreatedDate().ctx - the parse treeT visitRbMetaUpdatedDate(RulebookParser.RbMetaUpdatedDateContext ctx)
RulebookParser.rbMetaUpdatedDate().ctx - the parse treeT visitRbMetaUserName(RulebookParser.RbMetaUserNameContext ctx)
RulebookParser.rbMetaUserName().ctx - the parse treeT visitRbMetaSourceName(RulebookParser.RbMetaSourceNameContext ctx)
RulebookParser.rbMetaSourceName().ctx - the parse treeT visitDescriptionClause(RulebookParser.DescriptionClauseContext ctx)
RulebookParser.descriptionClause().ctx - the parse treeT visitGivenClause(RulebookParser.GivenClauseContext ctx)
RulebookParser.givenClause().ctx - the parse treeT visitAssignments(RulebookParser.AssignmentsContext ctx)
RulebookParser.assignments().ctx - the parse treeT visitAssignment(RulebookParser.AssignmentContext ctx)
RulebookParser.assignment().ctx - the parse treeT visitWhenClause(RulebookParser.WhenClauseContext ctx)
RulebookParser.whenClause().ctx - the parse treeT visitThenClause(RulebookParser.ThenClauseContext ctx)
RulebookParser.thenClause().ctx - the parse treeT visitActions(RulebookParser.ActionsContext ctx)
RulebookParser.actions().ctx - the parse treeT visitAction(RulebookParser.ActionContext ctx)
RulebookParser.action().ctx - the parse treeT visitCondition(RulebookParser.ConditionContext ctx)
RulebookParser.condition().ctx - the parse treeCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.