GroovyEvaluator.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2493 9f616c0956f4
--- a/GroovyEvaluator.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/GroovyEvaluator.st	Mon Feb 25 12:15:35 2013 +0100
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !GroovyEvaluator class methodsFor:'* As yet uncategorized *'!
 
 evaluate: source in: context receiver: receiver  notifying: requestor logged: log ifFail: failblock
@@ -61,6 +62,7 @@
     "Created: / 13-04-2012 / 17:24:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !GroovyEvaluator class methodsFor:'utilities'!
 
 flushWorkspaceBinding
@@ -70,6 +72,7 @@
     "Created: / 02-12-2011 / 23:23:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !GroovyEvaluator methodsFor:'accessing'!
 
 currentNameSpace: ns
@@ -86,6 +89,7 @@
     "Created: / 07-04-2012 / 09:26:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !GroovyEvaluator methodsFor:'compiler interface'!
 
 evaluate:src
@@ -167,6 +171,7 @@
     "Created: / 16-08-2011 / 10:15:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !GroovyEvaluator methodsFor:'error reporting'!
 
 syntaxError: exception
@@ -219,10 +224,11 @@
     "Created: / 21-08-2012 / 17:10:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !GroovyEvaluator class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/GroovyEvaluator.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/GroovyEvaluator.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
 !
 
 version_HG