compiler/PPCAbstractActionNode.st
changeset 438 20598d7ce9fa
parent 428 b879012e366e
child 452 9f4558b3be66
equal deleted inserted replaced
437:54b3bc9e3987 438:20598d7ce9fa
    18 !
    18 !
    19 
    19 
    20 block: anObject
    20 block: anObject
    21 	
    21 	
    22 	block := anObject
    22 	block := anObject
    23 ! !
    23 !
    24 
       
    25 !PPCAbstractActionNode methodsFor:'as yet unclassified'!
       
    26 
    24 
    27 prefix
    25 prefix
    28 	^ #action
    26 	^ #action
    29 ! !
    27 ! !
    30 
    28