Uses of Interface
org.opencypher.generator.ProductionReplacement.Context
-
Packages that use ProductionReplacement.Context Package Description org.opencypher.generator org.opencypher.tools.grammar This is the entry-point package for the tools in this library. -
-
Uses of ProductionReplacement.Context in org.opencypher.generator
Methods in org.opencypher.generator with parameters of type ProductionReplacement.Context Modifier and Type Method Description voidProductionReplacement. replace(ProductionReplacement.Context<T> context)Method parameters in org.opencypher.generator with type arguments of type ProductionReplacement.Context Modifier and Type Method Description static <T> ProductionReplacement<T>ProductionReplacement. replace(String production, Consumer<ProductionReplacement.Context<T>> replacement) -
Uses of ProductionReplacement.Context in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type ProductionReplacement.Context Modifier and Type Method Description voidCypherGeneratorFactory. FunctionName(ProductionReplacement.Context<org.opencypher.tools.grammar.CypherGeneratorFactory.State> context)voidCypherGeneratorFactory. IdentifierPart(ProductionReplacement.Context<org.opencypher.tools.grammar.CypherGeneratorFactory.State> context)voidCypherGeneratorFactory. IdentifierStart(ProductionReplacement.Context<org.opencypher.tools.grammar.CypherGeneratorFactory.State> context)voidCypherGeneratorFactory. LabelName(ProductionReplacement.Context<org.opencypher.tools.grammar.CypherGeneratorFactory.State> context)voidCypherGeneratorFactory. PropertyKeyName(ProductionReplacement.Context<org.opencypher.tools.grammar.CypherGeneratorFactory.State> context)voidCypherGeneratorFactory. RelTypeName(ProductionReplacement.Context<org.opencypher.tools.grammar.CypherGeneratorFactory.State> context)voidCypherGeneratorFactory. Variable(ProductionReplacement.Context<org.opencypher.tools.grammar.CypherGeneratorFactory.State> context)
-