tools/JavaImportDeclarationNode.st
branchdevelopment
changeset 2672 5e4a61287345
parent 2482 109ed9ecf4f7
child 2711 a00302fe5083
--- a/tools/JavaImportDeclarationNode.st	Sat Aug 24 23:09:56 2013 +0100
+++ b/tools/JavaImportDeclarationNode.st	Sun Aug 25 11:50:05 2013 +0100
@@ -18,6 +18,15 @@
     name := something.
 ! !
 
+!JavaImportDeclarationNode methodsFor:'enumeration'!
+
+childNamesAndValuesDo:aBlock
+    "Enumerates all direct children and evaluates a block
+     with its name (usually instVar name) and the node itself"
+
+    "Modified: / 25-08-2013 / 10:33:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !JavaImportDeclarationNode class methodsFor:'documentation'!
 
 version_HG