public class BDD2Location
extends java.lang.Object
implements io.cucumber.core.gherkin.Location
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static io.cucumber.core.gherkin.Location |
from(gherkin.ast.Location location) |
int |
getColumn() |
int |
getLine() |
int |
hashCode() |
public static io.cucumber.core.gherkin.Location from(gherkin.ast.Location location)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int getLine()
getLine in interface io.cucumber.core.gherkin.Locationpublic int getColumn()
getColumn in interface io.cucumber.core.gherkin.Locationpublic int hashCode()
hashCode in class java.lang.Object