Package io.cucumber.core.gherkin
Interface Feature
-
- All Superinterfaces:
Node,Node.Container<Node>,Node.Feature
public interface Feature extends Node.Feature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.cucumber.plugin.event.Node
Node.Container<T extends Node>, Node.Example, Node.Examples, Node.Feature, Node.Rule, Node.Scenario, Node.ScenarioOutline
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<?>getParseEvents()PicklegetPickleAt(Node node)List<Pickle>getPickles()StringgetSource()URIgetUri()-
Methods inherited from interface io.cucumber.plugin.event.Node
getKeyword, getLocation, getName, getParent, map
-
Methods inherited from interface io.cucumber.plugin.event.Node.Container
elements, findPathTo
-
-