compiler/PPCMethod.st
changeset 422 116d2b2af905
parent 414 0eaf09920532
child 438 20598d7ce9fa
equal deleted inserted replaced
421:7e08b31e0dae 422:116d2b2af905
     1 "{ Package: 'stx:goodies/petitparser/compiler' }"
     1 "{ Package: 'stx:goodies/petitparser/compiler' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 Object subclass:#PPCMethod
     5 Object subclass:#PPCMethod
     4 	instanceVariableNames:'buffer variables indentation id profile canInline'
     6 	instanceVariableNames:'buffer variables indentation id profile canInline'
     5 	classVariableNames:''
     7 	classVariableNames:''
     6 	poolDictionaries:''
     8 	poolDictionaries:''
     7 	category:'PetitCompiler-Core'
     9 	category:'PetitCompiler-Core'
     8 !
    10 !
     9 
    11 
    10 
    12 
    11 !PPCMethod class methodsFor:'instance creation'!
    13 !PPCMethod class methodsFor:'as yet unclassified'!
    12 
    14 
    13 new
    15 new
    14     "return an initialized instance"
    16     "return an initialized instance"
    15 
    17 
    16     ^ self basicNew initialize.
    18     ^ self basicNew initialize.