compiler/PPCMethod.st
changeset 393 00381102a9b5
parent 392 9b297f0d949c
child 399 b5b7a6db033b
--- a/compiler/PPCMethod.st	Sun Oct 26 01:28:07 2014 +0000
+++ b/compiler/PPCMethod.st	Sun Oct 26 22:00:05 2014 +0000
@@ -7,6 +7,14 @@
 	category:'PetitCompiler-Core'
 !
 
+!PPCMethod class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
+
 !PPCMethod methodsFor:'as yet unclassified'!
 
 add: string