Documentation Language: Swift

Property

body

The imperative statements executed by the called rule.

let body: [any ATLStatement]

Discussion

The rule body contains a sequence of statements that perform the actual transformation logic, including element creation, property assignment, and control flow operations.