compiler/PPCMethod.st
changeset 479 6316a98b7150
parent 478 711c8bc1ec04
child 481 34ee0d3c72e7
--- a/compiler/PPCMethod.st	Mon Jun 01 23:15:52 2015 +0100
+++ b/compiler/PPCMethod.st	Tue Jun 02 00:16:55 2015 +0100
@@ -102,10 +102,11 @@
 
 !PPCMethod methodsFor:'code generation'!
 
-code: aStringOrBlock
-    buffer code: aStringOrBlock.
+code: aStringOrBlockOrRBParseNode
+    buffer code: aStringOrBlockOrRBParseNode.
 
     "Created: / 01-06-2015 / 22:31:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 01-06-2015 / 23:50:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 codeBlock: contents