Package io.cucumber.gherkin
Interface Parser.Builder<T>
-
- All Known Implementing Classes:
GherkinDocumentBuilder,TokenFormatterBuilder
public static interface Parser.Builder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuild(Token token)voidendRule(Parser.RuleType ruleType)TgetResult()voidreset()voidstartRule(Parser.RuleType ruleType)
-
-
-
Method Detail
-
build
void build(Token token)
-
startRule
void startRule(Parser.RuleType ruleType)
-
endRule
void endRule(Parser.RuleType ruleType)
-
getResult
T getResult()
-
reset
void reset()
-
-