public class DirectivesBaseListener extends Object implements DirectivesListener
DirectivesListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
DirectivesBaseListener() |
public void enterRecipe(DirectivesParser.RecipeContext ctx)
DirectivesParser.recipe().
The default implementation does nothing.
enterRecipe in interface DirectivesListenerctx - the parse treepublic void exitRecipe(DirectivesParser.RecipeContext ctx)
DirectivesParser.recipe().
The default implementation does nothing.
exitRecipe in interface DirectivesListenerctx - the parse treepublic void enterStatements(DirectivesParser.StatementsContext ctx)
DirectivesParser.statements().
The default implementation does nothing.
enterStatements in interface DirectivesListenerctx - the parse treepublic void exitStatements(DirectivesParser.StatementsContext ctx)
DirectivesParser.statements().
The default implementation does nothing.
exitStatements in interface DirectivesListenerctx - the parse treepublic void enterDirective(DirectivesParser.DirectiveContext ctx)
DirectivesParser.directive().
The default implementation does nothing.
enterDirective in interface DirectivesListenerctx - the parse treepublic void exitDirective(DirectivesParser.DirectiveContext ctx)
DirectivesParser.directive().
The default implementation does nothing.
exitDirective in interface DirectivesListenerctx - the parse treepublic void enterIfStatement(DirectivesParser.IfStatementContext ctx)
DirectivesParser.ifStatement().
The default implementation does nothing.
enterIfStatement in interface DirectivesListenerctx - the parse treepublic void exitIfStatement(DirectivesParser.IfStatementContext ctx)
DirectivesParser.ifStatement().
The default implementation does nothing.
exitIfStatement in interface DirectivesListenerctx - the parse treepublic void enterIfStat(DirectivesParser.IfStatContext ctx)
DirectivesParser.ifStat().
The default implementation does nothing.
enterIfStat in interface DirectivesListenerctx - the parse treepublic void exitIfStat(DirectivesParser.IfStatContext ctx)
DirectivesParser.ifStat().
The default implementation does nothing.
exitIfStat in interface DirectivesListenerctx - the parse treepublic void enterElseIfStat(DirectivesParser.ElseIfStatContext ctx)
DirectivesParser.elseIfStat().
The default implementation does nothing.
enterElseIfStat in interface DirectivesListenerctx - the parse treepublic void exitElseIfStat(DirectivesParser.ElseIfStatContext ctx)
DirectivesParser.elseIfStat().
The default implementation does nothing.
exitElseIfStat in interface DirectivesListenerctx - the parse treepublic void enterElseStat(DirectivesParser.ElseStatContext ctx)
DirectivesParser.elseStat().
The default implementation does nothing.
enterElseStat in interface DirectivesListenerctx - the parse treepublic void exitElseStat(DirectivesParser.ElseStatContext ctx)
DirectivesParser.elseStat().
The default implementation does nothing.
exitElseStat in interface DirectivesListenerctx - the parse treepublic void enterExpression(DirectivesParser.ExpressionContext ctx)
DirectivesParser.expression().
The default implementation does nothing.
enterExpression in interface DirectivesListenerctx - the parse treepublic void exitExpression(DirectivesParser.ExpressionContext ctx)
DirectivesParser.expression().
The default implementation does nothing.
exitExpression in interface DirectivesListenerctx - the parse treepublic void enterForStatement(DirectivesParser.ForStatementContext ctx)
DirectivesParser.forStatement().
The default implementation does nothing.
enterForStatement in interface DirectivesListenerctx - the parse treepublic void exitForStatement(DirectivesParser.ForStatementContext ctx)
DirectivesParser.forStatement().
The default implementation does nothing.
exitForStatement in interface DirectivesListenerctx - the parse treepublic void enterMacro(DirectivesParser.MacroContext ctx)
DirectivesParser.macro().
The default implementation does nothing.
enterMacro in interface DirectivesListenerctx - the parse treepublic void exitMacro(DirectivesParser.MacroContext ctx)
DirectivesParser.macro().
The default implementation does nothing.
exitMacro in interface DirectivesListenerctx - the parse treepublic void enterPragma(DirectivesParser.PragmaContext ctx)
DirectivesParser.pragma().
The default implementation does nothing.
enterPragma in interface DirectivesListenerctx - the parse treepublic void exitPragma(DirectivesParser.PragmaContext ctx)
DirectivesParser.pragma().
The default implementation does nothing.
exitPragma in interface DirectivesListenerctx - the parse treepublic void enterPragmaLoadDirective(DirectivesParser.PragmaLoadDirectiveContext ctx)
DirectivesParser.pragmaLoadDirective().
The default implementation does nothing.
enterPragmaLoadDirective in interface DirectivesListenerctx - the parse treepublic void exitPragmaLoadDirective(DirectivesParser.PragmaLoadDirectiveContext ctx)
DirectivesParser.pragmaLoadDirective().
The default implementation does nothing.
exitPragmaLoadDirective in interface DirectivesListenerctx - the parse treepublic void enterPragmaVersion(DirectivesParser.PragmaVersionContext ctx)
DirectivesParser.pragmaVersion().
The default implementation does nothing.
enterPragmaVersion in interface DirectivesListenerctx - the parse treepublic void exitPragmaVersion(DirectivesParser.PragmaVersionContext ctx)
DirectivesParser.pragmaVersion().
The default implementation does nothing.
exitPragmaVersion in interface DirectivesListenerctx - the parse treepublic void enterCodeblock(DirectivesParser.CodeblockContext ctx)
DirectivesParser.codeblock().
The default implementation does nothing.
enterCodeblock in interface DirectivesListenerctx - the parse treepublic void exitCodeblock(DirectivesParser.CodeblockContext ctx)
DirectivesParser.codeblock().
The default implementation does nothing.
exitCodeblock in interface DirectivesListenerctx - the parse treepublic void enterIdentifier(DirectivesParser.IdentifierContext ctx)
DirectivesParser.identifier().
The default implementation does nothing.
enterIdentifier in interface DirectivesListenerctx - the parse treepublic void exitIdentifier(DirectivesParser.IdentifierContext ctx)
DirectivesParser.identifier().
The default implementation does nothing.
exitIdentifier in interface DirectivesListenerctx - the parse treepublic void enterProperties(DirectivesParser.PropertiesContext ctx)
DirectivesParser.properties().
The default implementation does nothing.
enterProperties in interface DirectivesListenerctx - the parse treepublic void exitProperties(DirectivesParser.PropertiesContext ctx)
DirectivesParser.properties().
The default implementation does nothing.
exitProperties in interface DirectivesListenerctx - the parse treepublic void enterPropertyList(DirectivesParser.PropertyListContext ctx)
DirectivesParser.propertyList().
The default implementation does nothing.
enterPropertyList in interface DirectivesListenerctx - the parse treepublic void exitPropertyList(DirectivesParser.PropertyListContext ctx)
DirectivesParser.propertyList().
The default implementation does nothing.
exitPropertyList in interface DirectivesListenerctx - the parse treepublic void enterProperty(DirectivesParser.PropertyContext ctx)
DirectivesParser.property().
The default implementation does nothing.
enterProperty in interface DirectivesListenerctx - the parse treepublic void exitProperty(DirectivesParser.PropertyContext ctx)
DirectivesParser.property().
The default implementation does nothing.
exitProperty in interface DirectivesListenerctx - the parse treepublic void enterNumberRanges(DirectivesParser.NumberRangesContext ctx)
DirectivesParser.numberRanges().
The default implementation does nothing.
enterNumberRanges in interface DirectivesListenerctx - the parse treepublic void exitNumberRanges(DirectivesParser.NumberRangesContext ctx)
DirectivesParser.numberRanges().
The default implementation does nothing.
exitNumberRanges in interface DirectivesListenerctx - the parse treepublic void enterNumberRange(DirectivesParser.NumberRangeContext ctx)
DirectivesParser.numberRange().
The default implementation does nothing.
enterNumberRange in interface DirectivesListenerctx - the parse treepublic void exitNumberRange(DirectivesParser.NumberRangeContext ctx)
DirectivesParser.numberRange().
The default implementation does nothing.
exitNumberRange in interface DirectivesListenerctx - the parse treepublic void enterValue(DirectivesParser.ValueContext ctx)
DirectivesParser.value().
The default implementation does nothing.
enterValue in interface DirectivesListenerctx - the parse treepublic void exitValue(DirectivesParser.ValueContext ctx)
DirectivesParser.value().
The default implementation does nothing.
exitValue in interface DirectivesListenerctx - the parse treepublic void enterEcommand(DirectivesParser.EcommandContext ctx)
DirectivesParser.ecommand().
The default implementation does nothing.
enterEcommand in interface DirectivesListenerctx - the parse treepublic void exitEcommand(DirectivesParser.EcommandContext ctx)
DirectivesParser.ecommand().
The default implementation does nothing.
exitEcommand in interface DirectivesListenerctx - the parse treepublic void enterConfig(DirectivesParser.ConfigContext ctx)
DirectivesParser.config().
The default implementation does nothing.
enterConfig in interface DirectivesListenerctx - the parse treepublic void exitConfig(DirectivesParser.ConfigContext ctx)
DirectivesParser.config().
The default implementation does nothing.
exitConfig in interface DirectivesListenerctx - the parse treepublic void enterColumn(DirectivesParser.ColumnContext ctx)
DirectivesParser.column().
The default implementation does nothing.
enterColumn in interface DirectivesListenerctx - the parse treepublic void exitColumn(DirectivesParser.ColumnContext ctx)
DirectivesParser.column().
The default implementation does nothing.
exitColumn in interface DirectivesListenerctx - the parse treepublic void enterText(DirectivesParser.TextContext ctx)
DirectivesParser.text().
The default implementation does nothing.
enterText in interface DirectivesListenerctx - the parse treepublic void exitText(DirectivesParser.TextContext ctx)
DirectivesParser.text().
The default implementation does nothing.
exitText in interface DirectivesListenerctx - the parse treepublic void enterNumber(DirectivesParser.NumberContext ctx)
DirectivesParser.number().
The default implementation does nothing.
enterNumber in interface DirectivesListenerctx - the parse treepublic void exitNumber(DirectivesParser.NumberContext ctx)
DirectivesParser.number().
The default implementation does nothing.
exitNumber in interface DirectivesListenerctx - the parse treepublic void enterBool(DirectivesParser.BoolContext ctx)
DirectivesParser.bool().
The default implementation does nothing.
enterBool in interface DirectivesListenerctx - the parse treepublic void exitBool(DirectivesParser.BoolContext ctx)
DirectivesParser.bool().
The default implementation does nothing.
exitBool in interface DirectivesListenerctx - the parse treepublic void enterCondition(DirectivesParser.ConditionContext ctx)
DirectivesParser.condition().
The default implementation does nothing.
enterCondition in interface DirectivesListenerctx - the parse treepublic void exitCondition(DirectivesParser.ConditionContext ctx)
DirectivesParser.condition().
The default implementation does nothing.
exitCondition in interface DirectivesListenerctx - the parse treepublic void enterCommand(DirectivesParser.CommandContext ctx)
DirectivesParser.command().
The default implementation does nothing.
enterCommand in interface DirectivesListenerctx - the parse treepublic void exitCommand(DirectivesParser.CommandContext ctx)
DirectivesParser.command().
The default implementation does nothing.
exitCommand in interface DirectivesListenerctx - the parse treepublic void enterColList(DirectivesParser.ColListContext ctx)
DirectivesParser.colList().
The default implementation does nothing.
enterColList in interface DirectivesListenerctx - the parse treepublic void exitColList(DirectivesParser.ColListContext ctx)
DirectivesParser.colList().
The default implementation does nothing.
exitColList in interface DirectivesListenerctx - the parse treepublic void enterNumberList(DirectivesParser.NumberListContext ctx)
DirectivesParser.numberList().
The default implementation does nothing.
enterNumberList in interface DirectivesListenerctx - the parse treepublic void exitNumberList(DirectivesParser.NumberListContext ctx)
DirectivesParser.numberList().
The default implementation does nothing.
exitNumberList in interface DirectivesListenerctx - the parse treepublic void enterBoolList(DirectivesParser.BoolListContext ctx)
DirectivesParser.boolList().
The default implementation does nothing.
enterBoolList in interface DirectivesListenerctx - the parse treepublic void exitBoolList(DirectivesParser.BoolListContext ctx)
DirectivesParser.boolList().
The default implementation does nothing.
exitBoolList in interface DirectivesListenerctx - the parse treepublic void enterStringList(DirectivesParser.StringListContext ctx)
DirectivesParser.stringList().
The default implementation does nothing.
enterStringList in interface DirectivesListenerctx - the parse treepublic void exitStringList(DirectivesParser.StringListContext ctx)
DirectivesParser.stringList().
The default implementation does nothing.
exitStringList in interface DirectivesListenerctx - the parse treepublic void enterIdentifierList(DirectivesParser.IdentifierListContext ctx)
DirectivesParser.identifierList().
The default implementation does nothing.
enterIdentifierList in interface DirectivesListenerctx - the parse treepublic void exitIdentifierList(DirectivesParser.IdentifierListContext ctx)
DirectivesParser.identifierList().
The default implementation does nothing.
exitIdentifierList in interface DirectivesListenerctx - 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.