(InstanceScope scope, Object attr, final ST st)
| 749 | } |
| 750 | |
| 751 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 752 | rot_map(scope, attr, new ArrayList<ST>() { |
| 753 | { |
| 754 | add(st); |
| 755 | } |
| 756 | }); |
| 757 | } |
| 758 | |
| 759 | /** |
| 760 | * Renders expressions of the form {@code <names:a()>} or |