Uses of Interface
com.vaadin.copilot.javarewriter.JavaModifier.OperationFunction
Packages that use JavaModifier.OperationFunction
-
Uses of JavaModifier.OperationFunction in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter with parameters of type JavaModifier.OperationFunctionModifier and TypeMethodDescriptionJavaModifier.modify
(Class<?> cls, JavaModifier.OperationFunction<JavaModifier.CompilationUnitOperations> operations) Modifies the source code of the given class using the provided operations.