Package com.intuit.karate.core
Interface KarateParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
FeatureParser,KarateParserBaseListener
public interface KarateParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byKarateParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterFeature
void enterFeature(KarateParser.FeatureContext ctx)
Enter a parse tree produced byKarateParser.feature().- Parameters:
ctx- the parse tree
-
exitFeature
void exitFeature(KarateParser.FeatureContext ctx)
Exit a parse tree produced byKarateParser.feature().- Parameters:
ctx- the parse tree
-
enterFeatureHeader
void enterFeatureHeader(KarateParser.FeatureHeaderContext ctx)
Enter a parse tree produced byKarateParser.featureHeader().- Parameters:
ctx- the parse tree
-
exitFeatureHeader
void exitFeatureHeader(KarateParser.FeatureHeaderContext ctx)
Exit a parse tree produced byKarateParser.featureHeader().- Parameters:
ctx- the parse tree
-
enterFeatureTags
void enterFeatureTags(KarateParser.FeatureTagsContext ctx)
Enter a parse tree produced byKarateParser.featureTags().- Parameters:
ctx- the parse tree
-
exitFeatureTags
void exitFeatureTags(KarateParser.FeatureTagsContext ctx)
Exit a parse tree produced byKarateParser.featureTags().- Parameters:
ctx- the parse tree
-
enterFeatureDescription
void enterFeatureDescription(KarateParser.FeatureDescriptionContext ctx)
Enter a parse tree produced byKarateParser.featureDescription().- Parameters:
ctx- the parse tree
-
exitFeatureDescription
void exitFeatureDescription(KarateParser.FeatureDescriptionContext ctx)
Exit a parse tree produced byKarateParser.featureDescription().- Parameters:
ctx- the parse tree
-
enterBackground
void enterBackground(KarateParser.BackgroundContext ctx)
Enter a parse tree produced byKarateParser.background().- Parameters:
ctx- the parse tree
-
exitBackground
void exitBackground(KarateParser.BackgroundContext ctx)
Exit a parse tree produced byKarateParser.background().- Parameters:
ctx- the parse tree
-
enterScenario
void enterScenario(KarateParser.ScenarioContext ctx)
Enter a parse tree produced byKarateParser.scenario().- Parameters:
ctx- the parse tree
-
exitScenario
void exitScenario(KarateParser.ScenarioContext ctx)
Exit a parse tree produced byKarateParser.scenario().- Parameters:
ctx- the parse tree
-
enterScenarioDescription
void enterScenarioDescription(KarateParser.ScenarioDescriptionContext ctx)
Enter a parse tree produced byKarateParser.scenarioDescription().- Parameters:
ctx- the parse tree
-
exitScenarioDescription
void exitScenarioDescription(KarateParser.ScenarioDescriptionContext ctx)
Exit a parse tree produced byKarateParser.scenarioDescription().- Parameters:
ctx- the parse tree
-
enterScenarioOutline
void enterScenarioOutline(KarateParser.ScenarioOutlineContext ctx)
Enter a parse tree produced byKarateParser.scenarioOutline().- Parameters:
ctx- the parse tree
-
exitScenarioOutline
void exitScenarioOutline(KarateParser.ScenarioOutlineContext ctx)
Exit a parse tree produced byKarateParser.scenarioOutline().- Parameters:
ctx- the parse tree
-
enterExamples
void enterExamples(KarateParser.ExamplesContext ctx)
Enter a parse tree produced byKarateParser.examples().- Parameters:
ctx- the parse tree
-
exitExamples
void exitExamples(KarateParser.ExamplesContext ctx)
Exit a parse tree produced byKarateParser.examples().- Parameters:
ctx- the parse tree
-
enterExampleDescription
void enterExampleDescription(KarateParser.ExampleDescriptionContext ctx)
Enter a parse tree produced byKarateParser.exampleDescription().- Parameters:
ctx- the parse tree
-
exitExampleDescription
void exitExampleDescription(KarateParser.ExampleDescriptionContext ctx)
Exit a parse tree produced byKarateParser.exampleDescription().- Parameters:
ctx- the parse tree
-
enterStep
void enterStep(KarateParser.StepContext ctx)
Enter a parse tree produced byKarateParser.step().- Parameters:
ctx- the parse tree
-
exitStep
void exitStep(KarateParser.StepContext ctx)
Exit a parse tree produced byKarateParser.step().- Parameters:
ctx- the parse tree
-
enterPrefix
void enterPrefix(KarateParser.PrefixContext ctx)
Enter a parse tree produced byKarateParser.prefix().- Parameters:
ctx- the parse tree
-
exitPrefix
void exitPrefix(KarateParser.PrefixContext ctx)
Exit a parse tree produced byKarateParser.prefix().- Parameters:
ctx- the parse tree
-
enterLine
void enterLine(KarateParser.LineContext ctx)
Enter a parse tree produced byKarateParser.line().- Parameters:
ctx- the parse tree
-
exitLine
void exitLine(KarateParser.LineContext ctx)
Exit a parse tree produced byKarateParser.line().- Parameters:
ctx- the parse tree
-
enterTags
void enterTags(KarateParser.TagsContext ctx)
Enter a parse tree produced byKarateParser.tags().- Parameters:
ctx- the parse tree
-
exitTags
void exitTags(KarateParser.TagsContext ctx)
Exit a parse tree produced byKarateParser.tags().- Parameters:
ctx- the parse tree
-
enterDocString
void enterDocString(KarateParser.DocStringContext ctx)
Enter a parse tree produced byKarateParser.docString().- Parameters:
ctx- the parse tree
-
exitDocString
void exitDocString(KarateParser.DocStringContext ctx)
Exit a parse tree produced byKarateParser.docString().- Parameters:
ctx- the parse tree
-
enterTable
void enterTable(KarateParser.TableContext ctx)
Enter a parse tree produced byKarateParser.table().- Parameters:
ctx- the parse tree
-
exitTable
void exitTable(KarateParser.TableContext ctx)
Exit a parse tree produced byKarateParser.table().- Parameters:
ctx- the parse tree
-
-