compiler/PPCMethod.st
changeset 393 00381102a9b5
parent 392 9b297f0d949c
child 399 b5b7a6db033b
equal deleted inserted replaced
392:9b297f0d949c 393:00381102a9b5
     4 	instanceVariableNames:'buffer variables indentation id profile canInline'
     4 	instanceVariableNames:'buffer variables indentation id profile canInline'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'PetitCompiler-Core'
     7 	category:'PetitCompiler-Core'
     8 !
     8 !
       
     9 
       
    10 !PPCMethod class methodsFor:'instance creation'!
       
    11 
       
    12 new
       
    13     "return an initialized instance"
       
    14 
       
    15     ^ self basicNew initialize.
       
    16 ! !
     9 
    17 
    10 !PPCMethod methodsFor:'as yet unclassified'!
    18 !PPCMethod methodsFor:'as yet unclassified'!
    11 
    19 
    12 add: string
    20 add: string
    13 	self nl.
    21 	self nl.