| Package | Description |
|---|---|
| org.opencypher.generator |
| Modifier and Type | Method and Description |
|---|---|
static <T> ProductionReplacement<T> |
ProductionReplacement.replace(String production,
Consumer<ProductionReplacement.Context<T>> replacement) |
ProductionReplacement<T> |
GeneratorFactory.replacement(String production) |
| Constructor and Description |
|---|
Generator(Choices random,
Grammar grammar,
ProductionReplacement<Void>... replacements) |
Generator(Choices random,
Grammar grammar,
Supplier<T> context,
ProductionReplacement<T>... replacements) |
Generator(Grammar grammar,
ProductionReplacement<Void>... replacements) |
Generator(Grammar grammar,
Supplier<T> context,
ProductionReplacement<T>... replacements) |
Copyright © 2019. All rights reserved.