diff dwtx/jface/text/templates/TemplateContext.d @ 145:02cd5f1224d3

...
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:31:00 +0200
parents ea8dd2e11034
children 75302ef3f92f
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateContext.d	Sun Aug 24 21:34:15 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateContext.d	Sun Aug 24 22:31:00 2008 +0200
@@ -126,7 +126,7 @@
      * @throws BadLocationException if evaluation fails due to concurrently changed documents etc.
      * @throws TemplateException if the template specification is not valid
      */
-    public abstract TemplateBuffer evaluate(Template template);
+    public abstract TemplateBuffer evaluate(Template template_);
 
     /**
      * Tests if the specified template can be evaluated in this context.
@@ -137,6 +137,6 @@
      * @return <code>true</code> if <code>template</code> can be evaluated
      *         in this context, <code>false</code> otherwise
      */
-    public abstract bool canEvaluate(Template template);
+    public abstract bool canEvaluate(Template template_);
 
 }