Uses of Record Class
com.vaadin.copilot.javarewriter.AttachExpression

Packages that use AttachExpression
Package
Description
 
  • Uses of AttachExpression in com.vaadin.copilot.javarewriter

    Modifier and Type
    Method
    Description
    ComponentInfo.attachCall()
    Returns the value of the attachCall record component.
    Constructors in com.vaadin.copilot.javarewriter with parameters of type AttachExpression
    Modifier
    Constructor
    Description
     
    ComponentInfo(Class<? extends com.vaadin.flow.component.Component> type, com.github.javaparser.ast.expr.ObjectCreationExpr objectCreationExpr, com.github.javaparser.ast.stmt.BlockStmt componentCreateScope, AttachExpression 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, boolean containerComposite, boolean isAnonymousComponent, boolean isReturnValue, JavaRewriter rewriter)
    Creates an instance of a ComponentInfo record class.