Package io.cucumber.gherkin
Class Token
- java.lang.Object
-
- io.cucumber.gherkin.Token
-
public class Token extends Object
-
-
Field Summary
Fields Modifier and Type Field Description IGherkinLinelineLocationlocationGherkinDialectmatchedGherkinDialectintmatchedIndentStringmatchedKeywordStringmatchedTextParser.TokenTypematchedTypeList<GherkinLineSpan>mathcedItems
-
Constructor Summary
Constructors Constructor Description Token(IGherkinLine line, Location location)
-
-
-
Field Detail
-
line
public final IGherkinLine line
-
matchedType
public Parser.TokenType matchedType
-
matchedKeyword
public String matchedKeyword
-
matchedText
public String matchedText
-
mathcedItems
public List<GherkinLineSpan> mathcedItems
-
matchedIndent
public int matchedIndent
-
matchedGherkinDialect
public GherkinDialect matchedGherkinDialect
-
location
public Location location
-
-
Constructor Detail
-
Token
public Token(IGherkinLine line, Location location)
-
-