Uses of Package
com.vaadin.copilot.javarewriter
Packages that use com.vaadin.copilot.javarewriter
Package
Description
-
Classes in com.vaadin.copilot.javarewriter used by com.vaadin.copilotClassDescriptionProvider that makes sure same JavaRewriter is served for the same file so same file should not be overwritten in the same operation.
-
Classes in com.vaadin.copilot.javarewriter used by com.vaadin.copilot.exception.report
-
Classes in com.vaadin.copilot.javarewriter used by com.vaadin.copilot.javarewriterClassDescriptionAn abstract base class that holds common information about a component extracted from Java source code during code analysis.Represents the expression where a component has been attached to its parent.Holds information about a component's attachment within the Java source code.Represents metadata related to the creation of a component within a Java source file.Represents metadata information about a Vaadin
Component.Builder pattern forComponentInfoclassRepresents a point in the source code where new code can be inserted.Deprecated, for removal: This API element is subject to removal in a future version.Provider that makes sure same JavaRewriter is served for the same file so same file should not be overwritten in the same operation.A class for performing operations on a CompilationUnit.A functional interface for operations that modify a CompilationUnit.Rewrites Java source code to add or replace constructor parameters, method invocations and more.The result of a duplicate operationInformation about extracting an inline variable to local variableRepresents a Java source file that can be parsed and rewritten using a custom observer and parser configuration. -
Classes in com.vaadin.copilot.javarewriter used by com.vaadin.copilot.javarewriter.customClassDescriptionRepresents metadata information about a Vaadin
Component.Represents a point in the source code where new code can be inserted.Rewrites Java source code to add or replace constructor parameters, method invocations and more.Represents a Java source file that can be parsed and rewritten using a custom observer and parser configuration.