Method
parse(_:)
Parses an expression from XMI format.
func parse(_ xmi: String) throws -> any ATLExpression
Parameters
xmi-
The XMI content containing the expression
Return Value
The parsed expression
Method
Parses an expression from XMI format.
func parse(_ xmi: String) throws -> any ATLExpression
xmiThe XMI content containing the expression
The parsed expression