Package org.opencypher.generator
Interface ProductionReplacement<T>
-
- All Superinterfaces:
Serializable
public interface ProductionReplacement<T> extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProductionReplacement.Context<T>
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringproduction()static <T> ProductionReplacement<T>replace(String production, Consumer<ProductionReplacement.Context<T>> replacement)voidreplace(ProductionReplacement.Context<T> context)
-
-
-
Method Detail
-
replace
void replace(ProductionReplacement.Context<T> context)
-
replace
static <T> ProductionReplacement<T> replace(String production, Consumer<ProductionReplacement.Context<T>> replacement)
-
production
String production()
-
-