compiler/PPCClass.st
changeset 527 9b50ec9a6918
parent 524 f6f68d32de73
child 529 439c4057517f
equal deleted inserted replaced
526:cc0ce8edda63 527:9b50ec9a6918
     7 		methodStack returnVariable properties'
     7 		methodStack returnVariable properties'
     8 	classVariableNames:''
     8 	classVariableNames:''
     9 	poolDictionaries:''
     9 	poolDictionaries:''
    10 	category:'PetitCompiler-Compiler-Codegen'
    10 	category:'PetitCompiler-Compiler-Codegen'
    11 !
    11 !
       
    12 
       
    13 !PPCClass class methodsFor:'instance creation'!
       
    14 
       
    15 new
       
    16     "return an initialized instance"
       
    17 
       
    18     ^ self basicNew initialize.
       
    19 ! !
    12 
    20 
    13 !PPCClass methodsFor:'accessing'!
    21 !PPCClass methodsFor:'accessing'!
    14 
    22 
    15 arguments: args
    23 arguments: args
    16     arguments := args
    24     arguments := args