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