public class BDD2Feature
extends java.lang.Object
implements io.cucumber.core.gherkin.Feature
| Constructor and Description |
|---|
BDD2Feature(gherkin.ast.GherkinDocument gherkinDocument,
java.net.URI uri,
java.lang.String bdd2Source,
java.util.List<io.cucumber.core.gherkin.Pickle> pickles) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<io.cucumber.core.gherkin.Node> |
children() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKeyword() |
java.lang.String |
getKeyWord() |
io.cucumber.core.gherkin.Location |
getLocation() |
java.lang.String |
getName() |
java.util.Optional<io.cucumber.core.gherkin.Pickle> |
getPickleAt(io.cucumber.core.gherkin.Located located) |
java.util.List<io.cucumber.core.gherkin.Pickle> |
getPickles() |
java.lang.String |
getSource() |
java.net.URI |
getUri() |
int |
hashCode() |
public BDD2Feature(gherkin.ast.GherkinDocument gherkinDocument,
java.net.URI uri,
java.lang.String bdd2Source,
java.util.List<io.cucumber.core.gherkin.Pickle> pickles)
public java.util.Collection<io.cucumber.core.gherkin.Node> children()
children in interface io.cucumber.core.gherkin.Container<io.cucumber.core.gherkin.Node>public java.lang.String getKeyword()
getKeyword in interface io.cucumber.core.gherkin.Featurepublic java.util.Optional<io.cucumber.core.gherkin.Pickle> getPickleAt(io.cucumber.core.gherkin.Located located)
getPickleAt in interface io.cucumber.core.gherkin.Featurepublic io.cucumber.core.gherkin.Location getLocation()
getLocation in interface io.cucumber.core.gherkin.Locatedpublic java.util.List<io.cucumber.core.gherkin.Pickle> getPickles()
getPickles in interface io.cucumber.core.gherkin.Featurepublic java.lang.String getKeyWord()
getKeyWord in interface io.cucumber.core.gherkin.Namedpublic java.lang.String getName()
getName in interface io.cucumber.core.gherkin.Namedpublic java.net.URI getUri()
getUri in interface io.cucumber.core.gherkin.Featurepublic java.lang.String getSource()
getSource in interface io.cucumber.core.gherkin.Featurepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object