compiler/PPCScanner.st
changeset 529 439c4057517f
parent 525 751532c8f3db
equal deleted inserted replaced
528:ebfddc82b8bb 529:439c4057517f
     7 		position context'
     7 		position context'
     8 	classVariableNames:''
     8 	classVariableNames:''
     9 	poolDictionaries:''
     9 	poolDictionaries:''
    10 	category:'PetitCompiler-Scanner'
    10 	category:'PetitCompiler-Scanner'
    11 !
    11 !
       
    12 
    12 
    13 
    13 !PPCScanner class methodsFor:'as yet unclassified'!
    14 !PPCScanner class methodsFor:'as yet unclassified'!
    14 
    15 
    15 acceptsLoggingOfCompilation
    16 acceptsLoggingOfCompilation
    16 "	^ self == PPCScanner"
    17 "	^ self == PPCScanner"
   255 
   256 
   256 isSingleMatch
   257 isSingleMatch
   257     ^ (matchPosition == nil) not
   258     ^ (matchPosition == nil) not
   258 ! !
   259 ! !
   259 
   260 
       
   261 !PPCScanner class methodsFor:'documentation'!
       
   262 
       
   263 version_HG
       
   264 
       
   265     ^ '$Changeset: <not expanded> $'
       
   266 ! !
       
   267