| Package | Description |
|---|---|
| gherkin |
| Modifier and Type | Field and Description |
|---|---|
Parser.TokenType |
Token.matchedType |
| Modifier and Type | Method and Description |
|---|---|
static Parser.TokenType |
Parser.TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser.TokenType[] |
Parser.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser.RuleType |
Parser.RuleType.cast(Parser.TokenType tokenType) |
Token |
AstNode.getToken(Parser.TokenType tokenType) |
List<Token> |
AstNode.getTokens(Parser.TokenType tokenType) |
protected void |
TokenMatcher.setTokenMatched(Token token,
Parser.TokenType matchedType,
String text,
String keyword,
Integer indent,
List<GherkinLineSpan> items) |
Copyright © 2017. All Rights Reserved.