Class ForMemberExpression.ForMemberExprElaborator

  • Enclosing class:
    ForMemberExpression

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

    Provides both "pull" and "push" implementations.