ParseNode.st
branchjv
changeset 3978 b5f9cde6227c
parent 3835 087c6f2c4765
parent 3974 19a680e0f151
child 4258 304aaccbe6ed
--- a/ParseNode.st	Tue Sep 06 17:32:41 2016 +0100
+++ b/ParseNode.st	Mon Sep 19 08:39:08 2016 +0100
@@ -183,7 +183,6 @@
     ^ type
 ! !
 
-
 !ParseNode methodsFor:'attributes access'!
 
 objectAttributes
@@ -441,8 +440,6 @@
     "Created: / 22-02-2011 / 16:29:50 / Jakub <zelenja7@fel.cvut.cz>"
 ! !
 
-
-
 !ParseNode methodsFor:'printing & storing'!
 
 printOn:aStream
@@ -711,11 +708,9 @@
 !
 
 isSelector
-    "return true, if this is a node for an selctors"
+    "return true, if this is a selector-node"
 
     ^ false
-
-    "Created: / 22-02-2011 / 21:44:45 / Jakub <zelenja7@fel.cvut.cz>"
 !
 
 isSelf