islands/PPMemoizingIsland.st
changeset 420 b2f2f15cef26
parent 387 e2b2ccaa4de6
child 454 a9cd5ea7cc36
equal deleted inserted replaced
419:5c502ab8e87d 420:b2f2f15cef26
    20 
    20 
    21 rootParser
    21 rootParser
    22 	- used for memoizing, once the root changes, flushes the caches
    22 	- used for memoizing, once the root changes, flushes the caches
    23 '
    23 '
    24 !
    24 !
       
    25 
    25 
    26 
    26 !PPMemoizingIsland class methodsFor:'as yet unclassified'!
    27 !PPMemoizingIsland class methodsFor:'as yet unclassified'!
    27 
    28 
    28 initialize 
    29 initialize 
    29 	super initialize 
    30 	super initialize 
    99 
   100 
   100 	^ retval.
   101 	^ retval.
   101 
   102 
   102 ! !
   103 ! !
   103 
   104 
       
   105 !PPMemoizingIsland class methodsFor:'documentation'!
       
   106 
       
   107 version_HG
       
   108 
       
   109     ^ '$Changeset: <not expanded> $'
       
   110 ! !
       
   111 
   104 
   112 
   105 PPMemoizingIsland initialize!
   113 PPMemoizingIsland initialize!