.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-05-30T18:21:03Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos