Uses of Record Class
com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Packages that use JavaRewriter.ComponentTypeAndSourceLocation
-
Uses of JavaRewriter.ComponentTypeAndSourceLocation in com.vaadin.copilot
Methods in com.vaadin.copilot that return JavaRewriter.ComponentTypeAndSourceLocationModifier and TypeMethodDescriptionJavaRewriteHandler.findComponentInfo(elemental.json.JsonObject component) -
Uses of JavaRewriter.ComponentTypeAndSourceLocation in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaRewriter.ComponentTypeAndSourceLocationModifier and TypeMethodDescriptionJavaRewriter.ComponentTypeAndSourceLocation.parent()Returns the value of theparentrecord component.Methods in com.vaadin.copilot.javarewriter with parameters of type JavaRewriter.ComponentTypeAndSourceLocationModifier and TypeMethodDescriptionvoidJavaBatchRewriter.Callback.accept(JavaRewriter.ComponentTypeAndSourceLocation source, JavaRewriter.ComponentInfo component, JavaRewriter rewriter) JavaRewriter.findComponentInfo(JavaRewriter.ComponentTypeAndSourceLocation typeAndSourceLocation) Constructors in com.vaadin.copilot.javarewriter with parameters of type JavaRewriter.ComponentTypeAndSourceLocationModifierConstructorDescriptionComponentTypeAndSourceLocation(Class<? extends Component> type, File javaFile, ComponentTracker.Location createLocation, ComponentTracker.Location attachLocation, JavaRewriter.ComponentTypeAndSourceLocation parent) Creates an instance of aComponentTypeAndSourceLocationrecord class.Constructor parameters in com.vaadin.copilot.javarewriter with type arguments of type JavaRewriter.ComponentTypeAndSourceLocationModifierConstructorDescriptionJavaBatchRewriter(ProjectManager projectManager, List<JavaRewriter.ComponentTypeAndSourceLocation> componentLocations)