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