.OpenModelica.Scripting.getClassInformation

Returns information about a class.

Information

The dimensions are returned as an array of strings. The string is the textual representation of the dimension (they are not evaluated to Integers).

Interface

function getClassInformation
  input TypeName cl;
  output String restriction, comment;
  output Boolean partialPrefix, finalPrefix, encapsulatedPrefix;
  output String fileName;
  output Boolean fileReadOnly;
  output Integer lineNumberStart, columnNumberStart, lineNumberEnd, columnNumberEnd;
  output String dimensions[:];
  output Boolean isProtectedClass;
  output Boolean isDocumentationClass;
  output String version;
  output String preferredView;
  output Boolean state;
  output String access;
  output String versionDate;
  output String versionBuild;
  output String dateModified;
  output String revisionId;
end getClassInformation;

Generated at 2025-04-23T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos