# HG changeset patch # User Claus Gittinger # Date 1375285621 -7200 # Node ID d0c8d1d6bad72c953cf60500ce1fe0a9f88eb21a # Parent 73518b3c144a65c278bf2dbc0665c4807de4d80e class: ConstantNode class definition removed: #endCharIndex #endCharIndex: #endLineNr #endLineNr: ouch: some leftover bad code: classVariables accessed like instance variables. Removed vars and accessors. diff -r 73518b3c144a -r d0c8d1d6bad7 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 " -! - -endCharIndex:val -endCharIndex:=val. - - "Created: / 23-02-2011 / 20:57:23 / Jakub " -! - -endLineNr -^endLineNr. - - "Created: / 23-02-2011 / 20:53:25 / Jakub " -! - -endLineNr:val - endLineNr := val. - - "Created: / 23-02-2011 / 20:53:47 / Jakub " -! - 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 $' ! ! +