compiler/PPCCompiler.st
changeset 479 6316a98b7150
parent 478 711c8bc1ec04
child 486 0dd7eb52b5a1
--- a/compiler/PPCCompiler.st	Mon Jun 01 23:15:52 2015 +0100
+++ b/compiler/PPCCompiler.st	Tue Jun 02 00:16:55 2015 +0100
@@ -173,6 +173,12 @@
 
 !PPCCompiler methodsFor:'code generation - coding'!
 
+code:aStringOrBlockOrRBParseNode
+    currentMethod code: aStringOrBlockOrRBParseNode
+
+    "Created: / 01-06-2015 / 23:49:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 codeAssign: code to: variable
     self assert: variable isNil not.