Class OuterForExpression.OuterForExprElaborator

  • Enclosing class:
    OuterForExpression

    public static class OuterForExpression.OuterForExprElaborator
    extends PullElaborator
    An elaborator for a "for" expression, typically written as {for $x in SEQ return R}.

    Provides both "pull" and "push" implementations.