(InstanceScope scope, Object attr, final ST st)
| 772 | } |
| 773 | |
| 774 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 775 | rot_map(scope, attr, new ArrayList<ST>() { |
| 776 | { |
| 777 | add(st); |
| 778 | } |
| 779 | }); |
| 780 | } |
| 781 | |
| 782 | /** |
| 783 | * Renders expressions of the form {@code <names:a()>} or |