Enumeration
ATLExpressionNever
A phantom type representing an ATL expression that can never be instantiated.
enum ATLExpressionNever
Overview
This type is used for generic contexts where an optional expression type is needed but no actual expression will be present (e.g., matched rules without guard expressions).
Topics
Instance Methods
F
evaluate(in:)
Evaluates the expression within the specified execution context.