.OpenModelica.Scripting.renameClass

Renames a class and updates references to it.

Information

Renames a class and updates references to it in the loaded classes. Returns a list of classes that were changed.

Interface

function renameClass
  input TypeName oldName "The path of the class to rename.";
  input TypeName newName "The new non-qualified name of the class.";
  output TypeName[:] result;
end renameClass;

Generated at 2026-07-05T18:59:05Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos