#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Thu, 22 Aug 2019 17:55:00 +0200
changeset 4510 fe0db46b20fe
parent 4509 132f89212503
child 4511 3649ce5c5127
#OTHER by exept fixed child enumeration for explainer
BlockNode.st
--- a/BlockNode.st	Thu Aug 22 17:54:57 2019 +0200
+++ b/BlockNode.st	Thu Aug 22 17:55:00 2019 +0200
@@ -1154,6 +1154,10 @@
     "stub code automatically generated - please change if required"
 
     ^ aVisitor visitBlockNode:self
+!
+
+childrenDo:aBlock
+    self statements:statements do:aBlock
 ! !
 
 !BlockNode class methodsFor:'documentation'!