Class FullTextSearchCustomCompositeChange

    • Constructor Summary

      Constructors 
      Constructor Description
      FullTextSearchCustomCompositeChange​(String name, org.eclipse.handly.model.ISourceFile sourceFile, org.eclipse.text.edits.TextEdit edit, boolean changeForbidden)
      Constructor
    • Constructor Detail

      • FullTextSearchCustomCompositeChange

        public FullTextSearchCustomCompositeChange​(String name,
                                                   org.eclipse.handly.model.ISourceFile sourceFile,
                                                   org.eclipse.text.edits.TextEdit edit,
                                                   boolean changeForbidden)
        Constructor
        Type Parameters:
        code - true if changes is forbidden for perform, false otherwise
        Parameters:
        name - name of the refactoring unit, can't be null
        sourceFile - ISourceFile, can't be null
        edit - text edit contains all changes in file, can't be null