loadAll
changeset 403 32b3d1b4fdf5
parent 389 412378265c10
child 411 7702650e7c0e
--- 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'.