com.vaadin.copilot.javarewriter.
Uses of Package
com.vaadin.copilot.javarewriter
Packages that use com.vaadin.copilot.javarewriter
-
Classes in com.vaadin.copilot.javarewriter used by com.vaadin.copilot
-
Classes in com.vaadin.copilot.javarewriter used by com.vaadin.copilot.javarewriterClassDescription
Represents the expression where a component has been attached to its parent.
Information about a component in the source code.
Represents a point in the source code where new code can be inserted.
Represents a Java component to be added to the source code.
Returns the file that is changed along with the new result
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 operation
Information about extracting an inline variable to local variable
Holder for a setter name and associated value
Where to add a component