AssignmentNode.st
changeset 261 0372e948ca2d
parent 224 2a62517de886
child 263 3b21d0991eff
--- a/AssignmentNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/AssignmentNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -35,7 +35,8 @@
 
 documentation
 "
-    node for parse-trees, representing assignments
+    node for parse-trees, representing assignments.
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -158,5 +159,5 @@
 !AssignmentNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/AssignmentNode.st,v 1.17 1996-03-04 12:16:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/AssignmentNode.st,v 1.18 1996-04-25 11:14:17 cg Exp $'
 ! !