Uses of Class
com.vaadin.copilot.javarewriter.JavaRewriter
Packages that use JavaRewriter
-
Uses of JavaRewriter in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaRewriterModifier and TypeMethodDescriptionJavaRewriter.ComponentInfo.rewriter()
Returns the value of therewriter
record component.Methods in com.vaadin.copilot.javarewriter with parameters of type JavaRewriterModifier and TypeMethodDescriptionvoid
JavaBatchRewriter.Callback.accept
(JavaRewriter.ComponentTypeAndSourceLocation source, JavaRewriter.ComponentInfo component, JavaRewriter rewriter) Constructors in com.vaadin.copilot.javarewriter with parameters of type JavaRewriterModifierConstructorDescriptionComponentInfo
(Class<? extends Component> type, com.github.javaparser.ast.expr.ObjectCreationExpr objectCreationExpr, com.github.javaparser.ast.stmt.BlockStmt componentCreateScope, com.github.javaparser.ast.expr.MethodCallExpr attachCall, com.github.javaparser.ast.stmt.BlockStmt componentAttachScope, com.github.javaparser.ast.body.VariableDeclarator localVariableDeclarator, com.github.javaparser.ast.expr.AssignExpr assignmentExpression, com.github.javaparser.ast.body.FieldDeclaration fieldDeclaration, com.github.javaparser.ast.body.FieldDeclaration fieldDeclarationAndAssignment, String localVariableName, String fieldName, com.github.javaparser.ast.body.ConstructorDeclaration routeConstructor, JavaRewriter rewriter) Creates an instance of aComponentInfo
record class.