compiler/PPCCompiler.st
changeset 428 b879012e366e
parent 422 116d2b2af905
child 438 20598d7ce9fa
--- a/compiler/PPCCompiler.st	Mon Apr 13 22:00:44 2015 +0100
+++ b/compiler/PPCCompiler.st	Tue Apr 14 07:40:53 2015 +0100
@@ -353,6 +353,12 @@
 	]
 !
 
+installMethodsAndVariables: class
+	self installVariables: class.
+	self installMethods: class.	
+	
+!
+
 installVariables: class
 	| string |
 	string := class constants keys inject: '' into: [:r :e | r, ' ', e  ].