public class Token extends Object
| Modifier and Type | Field and Description |
|---|---|
IGherkinLine |
line |
Location |
location |
GherkinDialect |
matchedGherkinDialect |
int |
matchedIndent |
String |
matchedKeyword |
String |
matchedText |
Parser.TokenType |
matchedType |
List<GherkinLineSpan> |
mathcedItems |
| Constructor and Description |
|---|
Token(IGherkinLine line,
Location location) |
public final IGherkinLine line
public Parser.TokenType matchedType
public String matchedKeyword
public String matchedText
public List<GherkinLineSpan> mathcedItems
public int matchedIndent
public GherkinDialect matchedGherkinDialect
public Location location
public Token(IGherkinLine line, Location location)
Copyright © 2020. All rights reserved.