Uses of Class
org.opencypher.generator.Generator
-
Packages that use Generator Package Description org.opencypher.generator org.opencypher.tools.grammar This is the entry-point package for the tools in this library. -
-
Uses of Generator in org.opencypher.generator
Methods in org.opencypher.generator that return Generator Modifier and Type Method Description GeneratorGeneratorFactory. generator(Path path, Grammar.ParserOption... options)GeneratorGeneratorFactory. generator(Grammar grammar)GeneratorGeneratorFactory. generatorResource(String resource, Grammar.ParserOption... options) -
Uses of Generator in org.opencypher.tools.grammar
Fields in org.opencypher.tools.grammar with type parameters of type Generator Modifier and Type Field Description static Supplier<Generator>CypherGeneratorFactory. INSTANCEMethods in org.opencypher.tools.grammar that return Generator Modifier and Type Method Description GeneratorCypherGeneratorFactory. get()
-