Structure
ATLLazyBinding
Lazy binding for deferred property assignment in ATL transformations.
struct ATLLazyBinding
Overview
Lazy bindings allow ATL rules to defer property assignments until after all target elements are created, enabling forward references and circular dependencies to be resolved correctly.
Topics
Initializers
?
init(targetElement:property:expression:capturedVariables:)
Creates a new lazy binding.
Instance Properties
V
capturedVariables
Captured variable context from when the binding was created.
V
expression
Expression to evaluate for the property value.
V
property
Property name to assign.
V
targetElement
Target element to assign the property to.