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.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
KarateParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byKarateParser.background().voidEnter a parse tree produced byKarateParser.docString().voidEnter a parse tree produced byKarateParser.exampleDescription().voidEnter a parse tree produced byKarateParser.examples().voidEnter a parse tree produced byKarateParser.feature().voidEnter a parse tree produced byKarateParser.featureDescription().voidEnter a parse tree produced byKarateParser.featureHeader().voidEnter a parse tree produced byKarateParser.featureTags().voidEnter a parse tree produced byKarateParser.line().voidEnter a parse tree produced byKarateParser.prefix().voidEnter a parse tree produced byKarateParser.scenario().voidEnter a parse tree produced byKarateParser.scenarioDescription().voidEnter a parse tree produced byKarateParser.scenarioOutline().voidEnter a parse tree produced byKarateParser.step().voidEnter a parse tree produced byKarateParser.table().voidEnter a parse tree produced byKarateParser.tags().voidExit a parse tree produced byKarateParser.background().voidExit a parse tree produced byKarateParser.docString().voidExit a parse tree produced byKarateParser.exampleDescription().voidExit a parse tree produced byKarateParser.examples().voidExit a parse tree produced byKarateParser.feature().voidExit a parse tree produced byKarateParser.featureDescription().voidExit a parse tree produced byKarateParser.featureHeader().voidExit a parse tree produced byKarateParser.featureTags().voidExit a parse tree produced byKarateParser.line().voidExit a parse tree produced byKarateParser.prefix().voidExit a parse tree produced byKarateParser.scenario().voidExit a parse tree produced byKarateParser.scenarioDescription().voidExit a parse tree produced byKarateParser.scenarioOutline().voidExit a parse tree produced byKarateParser.step().voidExit a parse tree produced byKarateParser.table().voidExit a parse tree produced byKarateParser.tags().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterFeature
Enter a parse tree produced byKarateParser.feature().- Parameters:
ctx- the parse tree
-
exitFeature
Exit a parse tree produced byKarateParser.feature().- Parameters:
ctx- the parse tree
-
enterFeatureHeader
Enter a parse tree produced byKarateParser.featureHeader().- Parameters:
ctx- the parse tree
-
exitFeatureHeader
Exit a parse tree produced byKarateParser.featureHeader().- Parameters:
ctx- the parse tree
-
enterFeatureTags
Enter a parse tree produced byKarateParser.featureTags().- Parameters:
ctx- the parse tree
-
exitFeatureTags
Exit a parse tree produced byKarateParser.featureTags().- Parameters:
ctx- the parse tree
-
enterFeatureDescription
Enter a parse tree produced byKarateParser.featureDescription().- Parameters:
ctx- the parse tree
-
exitFeatureDescription
Exit a parse tree produced byKarateParser.featureDescription().- Parameters:
ctx- the parse tree
-
enterBackground
Enter a parse tree produced byKarateParser.background().- Parameters:
ctx- the parse tree
-
exitBackground
Exit a parse tree produced byKarateParser.background().- Parameters:
ctx- the parse tree
-
enterScenario
Enter a parse tree produced byKarateParser.scenario().- Parameters:
ctx- the parse tree
-
exitScenario
Exit a parse tree produced byKarateParser.scenario().- Parameters:
ctx- the parse tree
-
enterScenarioDescription
Enter a parse tree produced byKarateParser.scenarioDescription().- Parameters:
ctx- the parse tree
-
exitScenarioDescription
Exit a parse tree produced byKarateParser.scenarioDescription().- Parameters:
ctx- the parse tree
-
enterScenarioOutline
Enter a parse tree produced byKarateParser.scenarioOutline().- Parameters:
ctx- the parse tree
-
exitScenarioOutline
Exit a parse tree produced byKarateParser.scenarioOutline().- Parameters:
ctx- the parse tree
-
enterExamples
Enter a parse tree produced byKarateParser.examples().- Parameters:
ctx- the parse tree
-
exitExamples
Exit a parse tree produced byKarateParser.examples().- Parameters:
ctx- the parse tree
-
enterExampleDescription
Enter a parse tree produced byKarateParser.exampleDescription().- Parameters:
ctx- the parse tree
-
exitExampleDescription
Exit a parse tree produced byKarateParser.exampleDescription().- Parameters:
ctx- the parse tree
-
enterStep
Enter a parse tree produced byKarateParser.step().- Parameters:
ctx- the parse tree
-
exitStep
Exit a parse tree produced byKarateParser.step().- Parameters:
ctx- the parse tree
-
enterPrefix
Enter a parse tree produced byKarateParser.prefix().- Parameters:
ctx- the parse tree
-
exitPrefix
Exit a parse tree produced byKarateParser.prefix().- Parameters:
ctx- the parse tree
-
enterLine
Enter a parse tree produced byKarateParser.line().- Parameters:
ctx- the parse tree
-
exitLine
Exit a parse tree produced byKarateParser.line().- Parameters:
ctx- the parse tree
-
enterTags
Enter a parse tree produced byKarateParser.tags().- Parameters:
ctx- the parse tree
-
exitTags
Exit a parse tree produced byKarateParser.tags().- Parameters:
ctx- the parse tree
-
enterDocString
Enter a parse tree produced byKarateParser.docString().- Parameters:
ctx- the parse tree
-
exitDocString
Exit a parse tree produced byKarateParser.docString().- Parameters:
ctx- the parse tree
-
enterTable
Enter a parse tree produced byKarateParser.table().- Parameters:
ctx- the parse tree
-
exitTable
Exit a parse tree produced byKarateParser.table().- Parameters:
ctx- the parse tree
-