PrimaryNode.st
changeset 4236 89aa6c00833a
parent 3852 7a27f5382e9d
child 4315 734f7d2b6efe
child 4474 bbe2b03fe57a
equal deleted inserted replaced
4235:fa13c6aa5831 4236:89aa6c00833a
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1989 by Claus Gittinger
     4  COPYRIGHT (c) 1989 by Claus Gittinger
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
    86 
    88 
    87 codeStoreOn:aStream inBlock:codeBlock valueNeeded:valueNeeded for:aCompiler
    89 codeStoreOn:aStream inBlock:codeBlock valueNeeded:valueNeeded for:aCompiler
    88     ^ self subclassResponsibility
    90     ^ self subclassResponsibility
    89 ! !
    91 ! !
    90 
    92 
       
    93 !PrimaryNode methodsFor:'enumeration'!
       
    94 
       
    95 allSubNodesDo:aBlock
       
    96     "no subnodes"
       
    97 
       
    98     ^ self
       
    99 ! !
    91 
   100 
    92 !PrimaryNode methodsFor:'evaluation'!
   101 !PrimaryNode methodsFor:'evaluation'!
    93 
   102 
    94 store:aValue
   103 store:aValue
    95     ^ self subclassResponsibility
   104     ^ self subclassResponsibility