

! lineNumber "return lineNr" ^ lineNr "Created: / / 19:30:49 / cg" ! lineNumber:something "set lineNr" lineNr := something. "Modified: / 27-07-2011 / 13:50:23 / Jan Vrany " ! lineNr ^ lineNr ! lineNr:something lineNr := something. ! expression ^ expression ! expression:something expression notNil ifTrue. ! endLineNr ^ endLineNr ! endLineNr:something endLineNr := something.

Claus Gittinger " ! ! !AssignmentNode class methodsFor:'instance creation'! variable:v expression:e ^ (self basicNew) variable:v expression:e ! ! !AssignmentNode methodsFor:'accessing'! endCharPosition ^ endCharPosition ! endCharPosition:something endCharPosition := something. " ! documentation " node for parse-trees, representing assignments. No title to or ownership of the software is hereby transferred. This software may not be provided or otherwise made available to, or used by, any other person. " "" ParseNode subclass:#AssignmentNode instanceVariableNames:'variable expression lineNr endLineNr endCharPosition' classVariableNames:'' poolDictionaries:'' category:'System-Compiler-Support' ! !AssignmentNode class methodsFor:'documentation'! copyright " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice.

" COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice.
