class: ConstantNode
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2013 17:47:01 +0200
changeset 3246 d0c8d1d6bad7
parent 3245 73518b3c144a
child 3247 5edab794cc34
class: ConstantNode class definition removed: #endCharIndex #endCharIndex: #endLineNr #endLineNr: ouch: some leftover bad code: classVariables accessed like instance variables. Removed vars and accessors.
ConstantNode.st
--- a/ConstantNode.st	Tue Jul 30 21:18:33 2013 +0200
+++ b/ConstantNode.st	Wed Jul 31 17:47:01 2013 +0200
@@ -13,8 +13,7 @@
 
 PrimaryNode subclass:#ConstantNode
 	instanceVariableNames:''
-	classVariableNames:'TrueNode FalseNode NilNode Const0Node Const1Node Float0Node
-		endLineNr endCharIndex'
+	classVariableNames:'TrueNode FalseNode NilNode Const0Node Const1Node Float0Node'
 	poolDictionaries:''
 	category:'System-Compiler-Support'
 !
@@ -154,30 +153,6 @@
 
 !ConstantNode methodsFor:'accessing'!
 
-endCharIndex
-^endCharIndex.
-
-    "Created: / 23-02-2011 / 20:57:13 / Jakub <zelenja7@fel.cvut.cz>"
-!
-
-endCharIndex:val
-endCharIndex:=val.
-
-    "Created: / 23-02-2011 / 20:57:23 / Jakub <zelenja7@fel.cvut.cz>"
-!
-
-endLineNr
-^endLineNr.
-
-    "Created: / 23-02-2011 / 20:53:25 / Jakub <zelenja7@fel.cvut.cz>"
-!
-
-endLineNr:val 
-    endLineNr := val.
-
-    "Created: / 23-02-2011 / 20:53:47 / Jakub <zelenja7@fel.cvut.cz>"
-!
-
 lineNumber:ignoredLineNumber
 
     "Created: / 14.5.1998 / 19:31:48 / cg"
@@ -405,9 +380,10 @@
 !ConstantNode class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.50 2012-08-03 15:52:49 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.51 2013-07-31 15:47:01 cg Exp $'
 !
 
 version_SVN
-    ^ '§ Id §'
+    ^ '$ Id $'
 ! !
+