compiler/PPCAbstractActionNode.st
changeset 428 b879012e366e
parent 422 116d2b2af905
child 438 20598d7ce9fa
equal deleted inserted replaced
427:a7f5e6de19d2 428:b879012e366e
     6 	instanceVariableNames:'block'
     6 	instanceVariableNames:'block'
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Nodes'
     9 	category:'PetitCompiler-Nodes'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPCAbstractActionNode methodsFor:'accessing'!
    13 !PPCAbstractActionNode methodsFor:'accessing'!
    13 
    14 
    14 block
    15 block
    15 	
    16 	
    36 
    37 
    37 hash
    38 hash
    38 	^ super hash bitXor: block hash
    39 	^ super hash bitXor: block hash
    39 ! !
    40 ! !
    40 
    41 
       
    42 !PPCAbstractActionNode class methodsFor:'documentation'!
       
    43 
       
    44 version_HG
       
    45 
       
    46     ^ '$Changeset: <not expanded> $'
       
    47 ! !
       
    48