experiments/JavaCompiler.st
branchdevelopment
changeset 2648 f871848ecfa8
parent 2645 b7a540a27521
child 2711 a00302fe5083
child 2728 658220e93dc9
--- a/experiments/JavaCompiler.st	Thu Aug 08 10:41:42 2013 +0100
+++ b/experiments/JavaCompiler.st	Fri Aug 09 01:22:51 2013 +0100
@@ -149,6 +149,12 @@
     "Created: / 27-02-2012 / 23:27:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+compile:source forClass: class inCategory:cat notifying: requestor
+    ^ self compile:source forClass: class inCategory:cat notifying: requestor install: true.
+
+    "Created: / 08-08-2013 / 23:48:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 compile: source forClass: class inCategory: category notifying: requestor install: doInstall
     "We allways compile whole class"
     ^self compile: source register: true notifying: requestor