.OpenModelica.Scripting.getAstAsCorbaString

Returns the AST in CORBA format.

Information

Prints the whole AST on the CORBA format for records, e.g.:

  record Absyn.PROGRAM
    classes = ...,
    within_ = ...,
  end Absyn.PROGRAM;

Interface

function getAstAsCorbaString
  input String fileName = "<interactive>";
  output String result "returns the string if fileName is interactive; else it returns ok or error depending on if writing the file succeeded";
end getAstAsCorbaString;

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