| Package | Description |
|---|---|
| gherkin | |
| gherkin.ast |
| Modifier and Type | Field and Description |
|---|---|
Location |
Token.location |
Location |
ParserException.location |
| Modifier and Type | Method and Description |
|---|---|
GherkinDialect |
IGherkinDialectProvider.getDialect(String language,
Location location) |
GherkinDialect |
GherkinDialectProvider.getDialect(String language,
Location location) |
| Constructor and Description |
|---|
AstBuilderException(String message,
Location location) |
NoSuchLanguageException(String language,
Location location) |
ParserException(String message,
Location location) |
Token(IGherkinLine line,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Node.getLocation() |
| Constructor and Description |
|---|
Background(Location location,
String keyword,
String name,
String description,
List<Step> steps) |
Comment(Location location,
String text) |
DocString(Location location,
String contentType,
String content) |
Examples(Location location,
List<Tag> tags,
String keyword,
String name,
String description,
TableRow tableHeader,
List<TableRow> tableBody) |
Feature(List<Tag> tags,
Location location,
String language,
String keyword,
String name,
String description,
List<ScenarioDefinition> children) |
Node(Location location) |
Scenario(List<Tag> tags,
Location location,
String keyword,
String name,
String description,
List<Step> steps) |
ScenarioDefinition(Location location,
String keyword,
String name,
String description,
List<Step> steps) |
ScenarioOutline(List<Tag> tags,
Location location,
String keyword,
String name,
String description,
List<Step> steps,
List<Examples> examples) |
Step(Location location,
String keyword,
String text,
Node argument) |
TableCell(Location location,
String value) |
TableRow(Location location,
List<TableCell> cells) |
Tag(Location location,
String name) |
Copyright © 2017. All Rights Reserved.