.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 2025-07-25T18:21:05Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos