Package com.vaadin.copilot.rewriter


package com.vaadin.copilot.rewriter
  • Class
    Description
    Whether a component is added to a container or replaces its current contents.
    Options for adding a component from a template.
    The flexbox alignment properties of a component, as edited from the alignment badge.
    A raw code snippet, inserted as written rather than converted into a literal.
    Enum representing the type of comment to be added.
    A component resolved to its place in the project's source, as seen by callers outside the rewriter.
    Information about a component in the source code.
     
    Represents a Java component to be added to the source code.
    Metadata for the copied component.
    The source-rewriting operations Copilot performs in response to visual editing, independent of the language being rewritten.
    A position in a source file where generated code will be inserted.
    Options for moving a component into a container.
    A parsed source file that can report its edited content.
    Information about a renamed variable.
    Holder for a setter name and associated value
    An expression read out of source code, exposed without revealing the parse tree it came from.
    A source language Copilot can read and, depending on the operation, rewrite.
    Which source-rewriting commands Copilot can perform, per language.
    The SourceSyncChecker is responsible for monitoring changes to Java source files during development to identify scenarios where source files may be out of sync with the running application or route view is deleted by the user.
    Records edits against an immutable source string by character offset, then applies them in a single pass.
    Where to add a component, relative to a reference component.