blob: 54ae45708d0b4ea0856d87f4c778dc17cbc7c751 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001<templates>
2 <template name="with"
3 id="org.eclipse.objectteams.otdt.ui.templates.callin_with"
4 description="%Templates.with.callin.parametermappings"
5 context="java"
6 enabled="true">with { ${callin_parameter_name} &lt;- ${Expression}${cursor} }
7 </template>
8
9 <template name="with"
10 id="org.eclipse.objectteams.otdt.ui.templates.callout_with"
11 description="%Templates.with.callout.parametermappings"
12 context="java"
13 enabled="true">with { ${Expression} -&gt; ${callout_parameter_name}${cursor} }
14 </template>
15
16 <template name="within"
17 id="org.eclipse.objectteams.otdt.ui.templates.within"
18 description="%Templates.within"
19 context="java"
20 enabled="true">within (${TeamExpression})
21 {
22
23 }
24 </template>
25</templates>