(InstanceScope scope, Object attr, final ST st)
| 796 | } |
| 797 | |
| 798 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 799 | rot_map(scope, attr, new ArrayList<ST>() { |
| 800 | { |
| 801 | add(st); |
| 802 | } |
| 803 | }); |
| 804 | } |
| 805 | |
| 806 | /** |
| 807 | * Renders expressions of the form {@code <names:a()>} or |