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.findTypeAndSourceLocation(elemental.json.JsonObject component) JavaRewriteHandler.findTypeAndSourceLocation(elemental.json.JsonObject component, boolean includeChildren) -
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 that return types with arguments of type JavaRewriter.ComponentTypeAndSourceLocationModifier and TypeMethodDescriptionJavaRewriter.ComponentTypeAndSourceLocation.children()Returns the value of thechildrenrecord 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) Finds a component in the source code.Constructors in com.vaadin.copilot.javarewriter with parameters of type JavaRewriter.ComponentTypeAndSourceLocationModifierConstructorDescriptionComponentTypeAndSourceLocation(Class<? extends com.vaadin.flow.component.Component> type, File javaFile, com.vaadin.flow.component.internal.ComponentTracker.Location createLocation, com.vaadin.flow.component.internal.ComponentTracker.Location attachLocation, JavaRewriter.ComponentTypeAndSourceLocation parent, List<JavaRewriter.ComponentTypeAndSourceLocation> children) Creates an instance of aComponentTypeAndSourceLocationrecord class.Constructor parameters in com.vaadin.copilot.javarewriter with type arguments of type JavaRewriter.ComponentTypeAndSourceLocationModifierConstructorDescriptionComponentTypeAndSourceLocation(Class<? extends com.vaadin.flow.component.Component> type, File javaFile, com.vaadin.flow.component.internal.ComponentTracker.Location createLocation, com.vaadin.flow.component.internal.ComponentTracker.Location attachLocation, JavaRewriter.ComponentTypeAndSourceLocation parent, List<JavaRewriter.ComponentTypeAndSourceLocation> children) Creates an instance of aComponentTypeAndSourceLocationrecord class.JavaBatchRewriter(ProjectManager projectManager, List<JavaRewriter.ComponentTypeAndSourceLocation> componentLocations)