Class KarateParserBaseListener
- All Implemented Interfaces:
KarateParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
FeatureParser
KarateParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byKarateParser.background().voidEnter a parse tree produced byKarateParser.docString().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
KarateParserBaseListener
public KarateParserBaseListener()
-
-
Method Details
-
enterFeature
Enter a parse tree produced byKarateParser.feature().The default implementation does nothing.
- Specified by:
enterFeaturein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitFeature
Exit a parse tree produced byKarateParser.feature().The default implementation does nothing.
- Specified by:
exitFeaturein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterFeatureHeader
Enter a parse tree produced byKarateParser.featureHeader().The default implementation does nothing.
- Specified by:
enterFeatureHeaderin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitFeatureHeader
Exit a parse tree produced byKarateParser.featureHeader().The default implementation does nothing.
- Specified by:
exitFeatureHeaderin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterFeatureTags
Enter a parse tree produced byKarateParser.featureTags().The default implementation does nothing.
- Specified by:
enterFeatureTagsin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitFeatureTags
Exit a parse tree produced byKarateParser.featureTags().The default implementation does nothing.
- Specified by:
exitFeatureTagsin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterFeatureDescription
Enter a parse tree produced byKarateParser.featureDescription().The default implementation does nothing.
- Specified by:
enterFeatureDescriptionin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitFeatureDescription
Exit a parse tree produced byKarateParser.featureDescription().The default implementation does nothing.
- Specified by:
exitFeatureDescriptionin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterBackground
Enter a parse tree produced byKarateParser.background().The default implementation does nothing.
- Specified by:
enterBackgroundin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitBackground
Exit a parse tree produced byKarateParser.background().The default implementation does nothing.
- Specified by:
exitBackgroundin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterScenario
Enter a parse tree produced byKarateParser.scenario().The default implementation does nothing.
- Specified by:
enterScenarioin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitScenario
Exit a parse tree produced byKarateParser.scenario().The default implementation does nothing.
- Specified by:
exitScenarioin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterScenarioDescription
Enter a parse tree produced byKarateParser.scenarioDescription().The default implementation does nothing.
- Specified by:
enterScenarioDescriptionin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitScenarioDescription
Exit a parse tree produced byKarateParser.scenarioDescription().The default implementation does nothing.
- Specified by:
exitScenarioDescriptionin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterScenarioOutline
Enter a parse tree produced byKarateParser.scenarioOutline().The default implementation does nothing.
- Specified by:
enterScenarioOutlinein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitScenarioOutline
Exit a parse tree produced byKarateParser.scenarioOutline().The default implementation does nothing.
- Specified by:
exitScenarioOutlinein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterExamples
Enter a parse tree produced byKarateParser.examples().The default implementation does nothing.
- Specified by:
enterExamplesin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitExamples
Exit a parse tree produced byKarateParser.examples().The default implementation does nothing.
- Specified by:
exitExamplesin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterExampleDescription
Enter a parse tree produced byKarateParser.exampleDescription().The default implementation does nothing.
- Specified by:
enterExampleDescriptionin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitExampleDescription
Exit a parse tree produced byKarateParser.exampleDescription().The default implementation does nothing.
- Specified by:
exitExampleDescriptionin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterStep
Enter a parse tree produced byKarateParser.step().The default implementation does nothing.
- Specified by:
enterStepin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitStep
Exit a parse tree produced byKarateParser.step().The default implementation does nothing.
- Specified by:
exitStepin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterPrefix
Enter a parse tree produced byKarateParser.prefix().The default implementation does nothing.
- Specified by:
enterPrefixin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitPrefix
Exit a parse tree produced byKarateParser.prefix().The default implementation does nothing.
- Specified by:
exitPrefixin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterLine
Enter a parse tree produced byKarateParser.line().The default implementation does nothing.
- Specified by:
enterLinein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitLine
Exit a parse tree produced byKarateParser.line().The default implementation does nothing.
- Specified by:
exitLinein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterTags
Enter a parse tree produced byKarateParser.tags().The default implementation does nothing.
- Specified by:
enterTagsin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitTags
Exit a parse tree produced byKarateParser.tags().The default implementation does nothing.
- Specified by:
exitTagsin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterDocString
Enter a parse tree produced byKarateParser.docString().The default implementation does nothing.
- Specified by:
enterDocStringin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitDocString
Exit a parse tree produced byKarateParser.docString().The default implementation does nothing.
- Specified by:
exitDocStringin interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterTable
Enter a parse tree produced byKarateParser.table().The default implementation does nothing.
- Specified by:
enterTablein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
exitTable
Exit a parse tree produced byKarateParser.table().The default implementation does nothing.
- Specified by:
exitTablein interfaceKarateParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-