Package com.intuit.karate.core
Class FeatureParser
java.lang.Object
com.intuit.karate.core.KarateParserBaseListener
com.intuit.karate.core.FeatureParser
- All Implemented Interfaces:
KarateParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Author:
- pthomas3
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byKarateParser.background().voidEnter a parse tree produced byKarateParser.featureHeader().voidEnter a parse tree produced byKarateParser.scenario().voidEnter a parse tree produced byKarateParser.scenarioOutline().protected static voidMethods inherited from class com.intuit.karate.core.KarateParserBaseListener
enterDocString, enterEveryRule, enterExampleDescription, enterExamples, enterFeature, enterFeatureDescription, enterFeatureTags, enterLine, enterPrefix, enterScenarioDescription, enterStep, enterTable, enterTags, exitBackground, exitDocString, exitEveryRule, exitExampleDescription, exitExamples, exitFeature, exitFeatureDescription, exitFeatureHeader, exitFeatureTags, exitLine, exitPrefix, exitScenario, exitScenarioDescription, exitScenarioOutline, exitStep, exitTable, exitTags, visitErrorNode, visitTerminal
-
Field Details
-
TRIPLE_QUOTES
- See Also:
-
-
Method Details
-
parse
-
enterFeatureHeader
Description copied from class:KarateParserBaseListenerEnter a parse tree produced byKarateParser.featureHeader().The default implementation does nothing.
- Specified by:
enterFeatureHeaderin interfaceKarateParserListener- Overrides:
enterFeatureHeaderin classKarateParserBaseListener- Parameters:
ctx- the parse tree
-
enterBackground
Description copied from class:KarateParserBaseListenerEnter a parse tree produced byKarateParser.background().The default implementation does nothing.
- Specified by:
enterBackgroundin interfaceKarateParserListener- Overrides:
enterBackgroundin classKarateParserBaseListener- Parameters:
ctx- the parse tree
-
enterScenario
Description copied from class:KarateParserBaseListenerEnter a parse tree produced byKarateParser.scenario().The default implementation does nothing.
- Specified by:
enterScenarioin interfaceKarateParserListener- Overrides:
enterScenarioin classKarateParserBaseListener- Parameters:
ctx- the parse tree
-
enterScenarioOutline
Description copied from class:KarateParserBaseListenerEnter a parse tree produced byKarateParser.scenarioOutline().The default implementation does nothing.
- Specified by:
enterScenarioOutlinein interfaceKarateParserListener- Overrides:
enterScenarioOutlinein classKarateParserBaseListener- Parameters:
ctx- the parse tree
-