public class RulebookBaseListener extends Object implements RulebookListener
RulebookListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
RulebookBaseListener() |
public void enterRulebook(RulebookParser.RulebookContext ctx)
RulebookParser.rulebook().
The default implementation does nothing.
enterRulebook in interface RulebookListenerctx - the parse treepublic void exitRulebook(RulebookParser.RulebookContext ctx)
RulebookParser.rulebook().
The default implementation does nothing.
exitRulebook in interface RulebookListenerctx - the parse treepublic void enterRbVersion(RulebookParser.RbVersionContext ctx)
RulebookParser.rbVersion().
The default implementation does nothing.
enterRbVersion in interface RulebookListenerctx - the parse treepublic void exitRbVersion(RulebookParser.RbVersionContext ctx)
RulebookParser.rbVersion().
The default implementation does nothing.
exitRbVersion in interface RulebookListenerctx - the parse treepublic void enterRbRules(RulebookParser.RbRulesContext ctx)
RulebookParser.rbRules().
The default implementation does nothing.
enterRbRules in interface RulebookListenerctx - the parse treepublic void exitRbRules(RulebookParser.RbRulesContext ctx)
RulebookParser.rbRules().
The default implementation does nothing.
exitRbRules in interface RulebookListenerctx - the parse treepublic void enterRbMeta(RulebookParser.RbMetaContext ctx)
RulebookParser.rbMeta().
The default implementation does nothing.
enterRbMeta in interface RulebookListenerctx - the parse treepublic void exitRbMeta(RulebookParser.RbMetaContext ctx)
RulebookParser.rbMeta().
The default implementation does nothing.
exitRbMeta in interface RulebookListenerctx - the parse treepublic void enterRbRule(RulebookParser.RbRuleContext ctx)
RulebookParser.rbRule().
The default implementation does nothing.
enterRbRule in interface RulebookListenerctx - the parse treepublic void exitRbRule(RulebookParser.RbRuleContext ctx)
RulebookParser.rbRule().
The default implementation does nothing.
exitRbRule in interface RulebookListenerctx - the parse treepublic void enterRbMetaDescription(RulebookParser.RbMetaDescriptionContext ctx)
RulebookParser.rbMetaDescription().
The default implementation does nothing.
enterRbMetaDescription in interface RulebookListenerctx - the parse treepublic void exitRbMetaDescription(RulebookParser.RbMetaDescriptionContext ctx)
RulebookParser.rbMetaDescription().
The default implementation does nothing.
exitRbMetaDescription in interface RulebookListenerctx - the parse treepublic void enterRbMetaCreatedDate(RulebookParser.RbMetaCreatedDateContext ctx)
RulebookParser.rbMetaCreatedDate().
The default implementation does nothing.
enterRbMetaCreatedDate in interface RulebookListenerctx - the parse treepublic void exitRbMetaCreatedDate(RulebookParser.RbMetaCreatedDateContext ctx)
RulebookParser.rbMetaCreatedDate().
The default implementation does nothing.
exitRbMetaCreatedDate in interface RulebookListenerctx - the parse treepublic void enterRbMetaUpdatedDate(RulebookParser.RbMetaUpdatedDateContext ctx)
RulebookParser.rbMetaUpdatedDate().
The default implementation does nothing.
enterRbMetaUpdatedDate in interface RulebookListenerctx - the parse treepublic void exitRbMetaUpdatedDate(RulebookParser.RbMetaUpdatedDateContext ctx)
RulebookParser.rbMetaUpdatedDate().
The default implementation does nothing.
exitRbMetaUpdatedDate in interface RulebookListenerctx - the parse treepublic void enterRbMetaUserName(RulebookParser.RbMetaUserNameContext ctx)
RulebookParser.rbMetaUserName().
The default implementation does nothing.
enterRbMetaUserName in interface RulebookListenerctx - the parse treepublic void exitRbMetaUserName(RulebookParser.RbMetaUserNameContext ctx)
RulebookParser.rbMetaUserName().
The default implementation does nothing.
exitRbMetaUserName in interface RulebookListenerctx - the parse treepublic void enterRbMetaSourceName(RulebookParser.RbMetaSourceNameContext ctx)
RulebookParser.rbMetaSourceName().
The default implementation does nothing.
enterRbMetaSourceName in interface RulebookListenerctx - the parse treepublic void exitRbMetaSourceName(RulebookParser.RbMetaSourceNameContext ctx)
RulebookParser.rbMetaSourceName().
The default implementation does nothing.
exitRbMetaSourceName in interface RulebookListenerctx - the parse treepublic void enterDescriptionClause(RulebookParser.DescriptionClauseContext ctx)
RulebookParser.descriptionClause().
The default implementation does nothing.
enterDescriptionClause in interface RulebookListenerctx - the parse treepublic void exitDescriptionClause(RulebookParser.DescriptionClauseContext ctx)
RulebookParser.descriptionClause().
The default implementation does nothing.
exitDescriptionClause in interface RulebookListenerctx - the parse treepublic void enterGivenClause(RulebookParser.GivenClauseContext ctx)
RulebookParser.givenClause().
The default implementation does nothing.
enterGivenClause in interface RulebookListenerctx - the parse treepublic void exitGivenClause(RulebookParser.GivenClauseContext ctx)
RulebookParser.givenClause().
The default implementation does nothing.
exitGivenClause in interface RulebookListenerctx - the parse treepublic void enterAssignments(RulebookParser.AssignmentsContext ctx)
RulebookParser.assignments().
The default implementation does nothing.
enterAssignments in interface RulebookListenerctx - the parse treepublic void exitAssignments(RulebookParser.AssignmentsContext ctx)
RulebookParser.assignments().
The default implementation does nothing.
exitAssignments in interface RulebookListenerctx - the parse treepublic void enterAssignment(RulebookParser.AssignmentContext ctx)
RulebookParser.assignment().
The default implementation does nothing.
enterAssignment in interface RulebookListenerctx - the parse treepublic void exitAssignment(RulebookParser.AssignmentContext ctx)
RulebookParser.assignment().
The default implementation does nothing.
exitAssignment in interface RulebookListenerctx - the parse treepublic void enterWhenClause(RulebookParser.WhenClauseContext ctx)
RulebookParser.whenClause().
The default implementation does nothing.
enterWhenClause in interface RulebookListenerctx - the parse treepublic void exitWhenClause(RulebookParser.WhenClauseContext ctx)
RulebookParser.whenClause().
The default implementation does nothing.
exitWhenClause in interface RulebookListenerctx - the parse treepublic void enterThenClause(RulebookParser.ThenClauseContext ctx)
RulebookParser.thenClause().
The default implementation does nothing.
enterThenClause in interface RulebookListenerctx - the parse treepublic void exitThenClause(RulebookParser.ThenClauseContext ctx)
RulebookParser.thenClause().
The default implementation does nothing.
exitThenClause in interface RulebookListenerctx - the parse treepublic void enterActions(RulebookParser.ActionsContext ctx)
RulebookParser.actions().
The default implementation does nothing.
enterActions in interface RulebookListenerctx - the parse treepublic void exitActions(RulebookParser.ActionsContext ctx)
RulebookParser.actions().
The default implementation does nothing.
exitActions in interface RulebookListenerctx - the parse treepublic void enterAction(RulebookParser.ActionContext ctx)
RulebookParser.action().
The default implementation does nothing.
enterAction in interface RulebookListenerctx - the parse treepublic void exitAction(RulebookParser.ActionContext ctx)
RulebookParser.action().
The default implementation does nothing.
exitAction in interface RulebookListenerctx - the parse treepublic void enterCondition(RulebookParser.ConditionContext ctx)
RulebookParser.condition().
The default implementation does nothing.
enterCondition in interface RulebookListenerctx - the parse treepublic void exitCondition(RulebookParser.ConditionContext ctx)
RulebookParser.condition().
The default implementation does nothing.
exitCondition in interface RulebookListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.