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