Uses of Interface
org.opencypher.grammar.ProductionTransformation
-
Packages that use ProductionTransformation Package Description org.opencypher.grammar -
-
Uses of ProductionTransformation in org.opencypher.grammar
Methods in org.opencypher.grammar with parameters of type ProductionTransformation Modifier and Type Method Description <P,R,EX extends Exception>
RGrammar. transform(String production, ProductionTransformation<P,R,EX> xform, P param)default <P,EX extends Exception>
voidGrammar. transform(ProductionTransformation<P,Void,EX> transformation, P param)<P,A,R,T,EX extends Exception>
TGrammar. transform(ProductionTransformation<P,R,EX> transformation, P param, Collector<R,A,T> collector)
-