Interface GherkinListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GherkinBaseListener
@Deprecated @Generated("org.antlr.v4.Tool") public interface GherkinListener extends org.antlr.v4.runtime.tree.ParseTreeListener
Deprecated.Since 7.8.0. This class was never intended to be generated. It will be removed with no replacement.This interface defines a complete listener for a parse tree produced byGherkinParser
.
-
-
Method Summary
-
-
-
Method Detail
-
enterMain
void enterMain(GherkinParser.MainContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.main()
.- Parameters:
ctx
- the parse tree
-
exitMain
void exitMain(GherkinParser.MainContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.main()
.- Parameters:
ctx
- the parse tree
-
enterFeature
void enterFeature(GherkinParser.FeatureContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.feature()
.- Parameters:
ctx
- the parse tree
-
exitFeature
void exitFeature(GherkinParser.FeatureContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.feature()
.- Parameters:
ctx
- the parse tree
-
enterInstructionLine
void enterInstructionLine(GherkinParser.InstructionLineContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.instructionLine()
.- Parameters:
ctx
- the parse tree
-
exitInstructionLine
void exitInstructionLine(GherkinParser.InstructionLineContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.instructionLine()
.- Parameters:
ctx
- the parse tree
-
enterInstruction
void enterInstruction(GherkinParser.InstructionContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.instruction()
.- Parameters:
ctx
- the parse tree
-
exitInstruction
void exitInstruction(GherkinParser.InstructionContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.instruction()
.- Parameters:
ctx
- the parse tree
-
enterStepInstruction
void enterStepInstruction(GherkinParser.StepInstructionContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.stepInstruction()
.- Parameters:
ctx
- the parse tree
-
exitStepInstruction
void exitStepInstruction(GherkinParser.StepInstructionContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.stepInstruction()
.- Parameters:
ctx
- the parse tree
-
enterBackground
void enterBackground(GherkinParser.BackgroundContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.background()
.- Parameters:
ctx
- the parse tree
-
exitBackground
void exitBackground(GherkinParser.BackgroundContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.background()
.- Parameters:
ctx
- the parse tree
-
enterRulex
void enterRulex(GherkinParser.RulexContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.rulex()
.- Parameters:
ctx
- the parse tree
-
exitRulex
void exitRulex(GherkinParser.RulexContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.rulex()
.- Parameters:
ctx
- the parse tree
-
enterScenario
void enterScenario(GherkinParser.ScenarioContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.scenario()
.- Parameters:
ctx
- the parse tree
-
exitScenario
void exitScenario(GherkinParser.ScenarioContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.scenario()
.- Parameters:
ctx
- the parse tree
-
enterScenarioOutline
void enterScenarioOutline(GherkinParser.ScenarioOutlineContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.scenarioOutline()
.- Parameters:
ctx
- the parse tree
-
exitScenarioOutline
void exitScenarioOutline(GherkinParser.ScenarioOutlineContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.scenarioOutline()
.- Parameters:
ctx
- the parse tree
-
enterStep
void enterStep(GherkinParser.StepContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.step()
.- Parameters:
ctx
- the parse tree
-
exitStep
void exitStep(GherkinParser.StepContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.step()
.- Parameters:
ctx
- the parse tree
-
enterStepItem
void enterStepItem(GherkinParser.StepItemContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.stepItem()
.- Parameters:
ctx
- the parse tree
-
exitStepItem
void exitStepItem(GherkinParser.StepItemContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.stepItem()
.- Parameters:
ctx
- the parse tree
-
enterTagline
void enterTagline(GherkinParser.TaglineContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.tagline()
.- Parameters:
ctx
- the parse tree
-
exitTagline
void exitTagline(GherkinParser.TaglineContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.tagline()
.- Parameters:
ctx
- the parse tree
-
enterAnd
void enterAnd(GherkinParser.AndContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.and()
.- Parameters:
ctx
- the parse tree
-
exitAnd
void exitAnd(GherkinParser.AndContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.and()
.- Parameters:
ctx
- the parse tree
-
enterAnystep
void enterAnystep(GherkinParser.AnystepContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.anystep()
.- Parameters:
ctx
- the parse tree
-
exitAnystep
void exitAnystep(GherkinParser.AnystepContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.anystep()
.- Parameters:
ctx
- the parse tree
-
enterBut
void enterBut(GherkinParser.ButContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.but()
.- Parameters:
ctx
- the parse tree
-
exitBut
void exitBut(GherkinParser.ButContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.but()
.- Parameters:
ctx
- the parse tree
-
enterDatatable
void enterDatatable(GherkinParser.DatatableContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.datatable()
.- Parameters:
ctx
- the parse tree
-
exitDatatable
void exitDatatable(GherkinParser.DatatableContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.datatable()
.- Parameters:
ctx
- the parse tree
-
enterGiven
void enterGiven(GherkinParser.GivenContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.given()
.- Parameters:
ctx
- the parse tree
-
exitGiven
void exitGiven(GherkinParser.GivenContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.given()
.- Parameters:
ctx
- the parse tree
-
enterThen
void enterThen(GherkinParser.ThenContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.then()
.- Parameters:
ctx
- the parse tree
-
exitThen
void exitThen(GherkinParser.ThenContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.then()
.- Parameters:
ctx
- the parse tree
-
enterWhen
void enterWhen(GherkinParser.WhenContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.when()
.- Parameters:
ctx
- the parse tree
-
exitWhen
void exitWhen(GherkinParser.WhenContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.when()
.- Parameters:
ctx
- the parse tree
-
enterExamples
void enterExamples(GherkinParser.ExamplesContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.examples()
.- Parameters:
ctx
- the parse tree
-
exitExamples
void exitExamples(GherkinParser.ExamplesContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.examples()
.- Parameters:
ctx
- the parse tree
-
enterInstructionDescription
void enterInstructionDescription(GherkinParser.InstructionDescriptionContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.instructionDescription()
.- Parameters:
ctx
- the parse tree
-
exitInstructionDescription
void exitInstructionDescription(GherkinParser.InstructionDescriptionContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.instructionDescription()
.- Parameters:
ctx
- the parse tree
-
enterStepDescription
void enterStepDescription(GherkinParser.StepDescriptionContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.stepDescription()
.- Parameters:
ctx
- the parse tree
-
exitStepDescription
void exitStepDescription(GherkinParser.StepDescriptionContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.stepDescription()
.- Parameters:
ctx
- the parse tree
-
enterDescription
void enterDescription(GherkinParser.DescriptionContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.description()
.- Parameters:
ctx
- the parse tree
-
exitDescription
void exitDescription(GherkinParser.DescriptionContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.description()
.- Parameters:
ctx
- the parse tree
-
enterText
void enterText(GherkinParser.TextContext ctx)
Deprecated.Enter a parse tree produced byGherkinParser.text()
.- Parameters:
ctx
- the parse tree
-
exitText
void exitText(GherkinParser.TextContext ctx)
Deprecated.Exit a parse tree produced byGherkinParser.text()
.- Parameters:
ctx
- the parse tree
-
-