Uses of Interface
org.opencypher.generator.Choices
-
Packages that use Choices Package Description org.opencypher.generator -
-
Uses of Choices in org.opencypher.generator
Classes in org.opencypher.generator that implement Choices Modifier and Type Class Description classInteractiveChoicesclassTracingChoicesFields in org.opencypher.generator declared as Choices Modifier and Type Field Description static ChoicesChoices. SIMPLEMethods in org.opencypher.generator that return Choices Modifier and Type Method Description protected ChoicesGeneratorFactory. choices()Constructors in org.opencypher.generator with parameters of type Choices Constructor Description Generator(Choices random, Grammar grammar, Supplier<T> context, ProductionReplacement<T>... replacements)Generator(Choices random, Grammar grammar, ProductionReplacement<Void>... replacements)InteractiveChoices(LineInput input, Output output, Choices defaultChoices)TracingChoices(Output output, Choices choices)
-