*** empty log message ***
authorcg
Tue, 20 Oct 1998 18:58:37 +0000
changeset 403 32b3d1b4fdf5
parent 402 39eaf0d70bf8
child 404 ae9fdf1d8d58
*** empty log message ***
loadAll
--- a/loadAll	Tue Oct 20 18:53:04 1998 +0000
+++ b/loadAll	Tue Oct 20 18:58:37 1998 +0000
@@ -1,4 +1,6 @@
-"/ Smalltalk fileIn:'JavaVM.st'.
+"/
+"/ base system
+"/
 Smalltalk fileIn:'Java.st'.
 Smalltalk fileIn:'JavaVM.st'.
 
@@ -42,6 +44,9 @@
 Smalltalk fileIn:'JavaUnresolvedStringConstant.st'.
 !
 
+"/
+"/ decompiler
+"/
 Smalltalk fileIn:'JavaParseNode.st'.
 
 Smalltalk fileIn:'JavaAssignmentNode.st'.
@@ -61,6 +66,7 @@
 Smalltalk fileIn:'JavaForNode.st'.
 Smalltalk fileIn:'JavaGotoNode.st'.
 Smalltalk fileIn:'JavaWhileNode.st'.
+Smalltalk fileIn:'JavaDoWhileNode.st'.
 Smalltalk fileIn:'JavaTryCatchNode.st'.
 Smalltalk fileIn:'JavaThrowNode.st'.
 Smalltalk fileIn:'JavaConditionalExpressionNode.st'.
@@ -69,7 +75,11 @@
 
 Smalltalk fileIn:'JavaStatementList.st'.
 Smalltalk fileIn:'JavaDeparser.st'.
+!
 
+"/
+"/ applet/GUI support
+"/
 Smalltalk fileIn:'SmalltalkAppletContext.st'.
 Smalltalk fileIn:'SmalltalkAppletStub.st'.
 Smalltalk fileIn:'JavaView.st'.