Uses of Interface
org.opencypher.generator.ProductionReplacement
-
Packages that use ProductionReplacement Package Description org.opencypher.generator -
-
Uses of ProductionReplacement in org.opencypher.generator
Methods in org.opencypher.generator that return ProductionReplacement Modifier and Type Method Description static <T> ProductionReplacement<T>ProductionReplacement. replace(String production, Consumer<ProductionReplacement.Context<T>> replacement)ProductionReplacement<T>GeneratorFactory. replacement(String production)Constructors in org.opencypher.generator with parameters of type ProductionReplacement Constructor Description Generator(Choices random, Grammar grammar, Supplier<T> context, ProductionReplacement<T>... replacements)Generator(Choices random, Grammar grammar, ProductionReplacement<Void>... replacements)Generator(Grammar grammar, Supplier<T> context, ProductionReplacement<T>... replacements)Generator(Grammar grammar, ProductionReplacement<Void>... replacements)
-