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