loadAll
changeset 131 1087f929bf55
parent 107 86a831b6728a
child 134 562ccdb2c3e5
--- a/loadAll	Mon Jan 20 15:04:30 1997 +0000
+++ b/loadAll	Mon Jan 20 15:10:23 1997 +0000
@@ -38,6 +38,29 @@
 Smalltalk fileIn:'JavaUnresolvedStringConstant.st'.
 !
 
+Smalltalk fileIn:'JavaDeparser.st'.
+Smalltalk fileIn:'JavaParseNode.st'.
+
+Smalltalk fileIn:'JavaAssignmentNode.st'.
+Smalltalk fileIn:'JavaBinaryExpressionNode.st'.
+
+Smalltalk fileIn:'JavaPrimaryNode.st'.
+Smalltalk fileIn:'JavaConstantNode.st'.
+Smalltalk fileIn:'JavaVariableNode.st'.
+
+Smalltalk fileIn:'JavaMessageNode.st'.
+Smalltalk fileIn:'JavaNewNode.st'.
+Smalltalk fileIn:'JavaReturnNode.st'.
+Smalltalk fileIn:'JavaStatementNode.st'.
+Smalltalk fileIn:'JavaUnaryExpressionNode.st'.
+Smalltalk fileIn:'JavaExpressionNode.st'.
+Smalltalk fileIn:'JavaIfNode.st'.
+Smalltalk fileIn:'JavaGotoNode.st'.
+
+Smalltalk fileIn:'JavaStatementList.st'.
+
+!
+
 Java flushClasses. 
 JavaClassReader loadClass:'java/util/Stack'. 
 JavaBrowser open