compiler/PPCCompilerTokenRememberStrategy.st
changeset 464 f6d77fee9811
parent 452 9f4558b3be66
child 515 b5316ef15274
equal deleted inserted replaced
459:4751c407bb40 464:f6d77fee9811
     4 
     4 
     5 Object subclass:#PPCCompilerTokenRememberStrategy
     5 Object subclass:#PPCCompilerTokenRememberStrategy
     6 	instanceVariableNames:'compiler'
     6 	instanceVariableNames:'compiler'
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Core'
     9 	category:'PetitCompiler-Compiler'
    10 !
    10 !
    11 
    11 
    12 !PPCCompilerTokenRememberStrategy class methodsFor:'instance creation'!
    12 !PPCCompilerTokenRememberStrategy class methodsFor:'instance creation'!
    13 
    13 
    14 on: aPPCCompiler
    14 on: aPPCCompiler