Documentation Language: Swift

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

Discussion