public class Token
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
IGherkinLine |
line |
Location |
location |
GherkinDialect |
matchedGherkinDialect |
int |
matchedIndent |
java.lang.String |
matchedKeyword |
java.lang.String |
matchedText |
Parser.TokenType |
matchedType |
java.util.List<GherkinLineSpan> |
mathcedItems |
| Constructor and Description |
|---|
Token(IGherkinLine line,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
java.lang.String |
getTokenValue() |
boolean |
isEOF() |
java.lang.String |
toString() |
public final IGherkinLine line
public Parser.TokenType matchedType
public java.lang.String matchedKeyword
public java.lang.String matchedText
public java.util.List<GherkinLineSpan> mathcedItems
public int matchedIndent
public GherkinDialect matchedGherkinDialect
public Location location
public Token(IGherkinLine line, Location location)