Uses of Record Class
com.vaadin.copilot.javarewriter.AttachExpression
Packages that use AttachExpression
-
Uses of AttachExpression in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return AttachExpressionModifier and TypeMethodDescriptionJavaRewriter.attachComponent(InsertionPoint insertionPoint, JavaComponent component, JavaComponent parent, String layoutVariableName, ComponentInfo referenceComponent, com.github.javaparser.ast.expr.Expression variableNameExpr, String variableName, JavaRewriter.AddTemplateOptions options, JavaRewriter.Where where) JavaRewriter.attachComponent(InsertionPoint insertionPoint, JavaComponent component, JavaComponent parent, String layoutVariableName, ComponentInfo referenceComponent, com.github.javaparser.ast.expr.Expression variableNameExpr, String variableName, JavaRewriter.AddTemplateOptions options, JavaRewriter.Where where, com.github.javaparser.ast.expr.ObjectCreationExpr initializer) ComponentAttachInfo.getAttachCall()ComponentInfo.getAttachCallInSameFileOrThrow()Methods in com.vaadin.copilot.javarewriter with parameters of type AttachExpressionModifier and TypeMethodDescriptionstatic ComponentAttachInfoComponentInfoFinder.createAttachInfo(JavaSource javaSource, AttachExpression attachCall, com.github.javaparser.ast.stmt.BlockStmt componentAttachScope, ComponentCreateInfo createInfo) static ComponentInfoJavaRewriterUtil.createComponentInfoForTemplateComponent(JavaSource javaSource, com.github.javaparser.ast.expr.ObjectCreationExpr objectCreationExpr, AttachExpression attachExpression) voidComponentAttachInfo.setAttachCall(AttachExpression attachCall)