stx_libjava.st
branchdevelopment
changeset 2728 658220e93dc9
parent 2726 6971720de5a4
child 2729 ac412f6ea6d4
equal deleted inserted replaced
2727:0d4d725cc712 2728:658220e93dc9
   154      This list can be maintained manually or (better) generated and
   154      This list can be maintained manually or (better) generated and
   155      updated by scanning the superclass hierarchies
   155      updated by scanning the superclass hierarchies
   156      (the browser has a menu function for that)"
   156      (the browser has a menu function for that)"
   157 
   157 
   158     ^ #(
   158     ^ #(
       
   159         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaAntProjectResource "
   159         #'stx:libbasic'    "AbstractNumberVector - extended "
   160         #'stx:libbasic'    "AbstractNumberVector - extended "
   160         #'stx:libbasic2'    "BitArray - extended "
   161         #'stx:libbasic2'    "BitArray - extended "
   161         #'stx:libbasic3'    "WrappedMethod - extended "
   162         #'stx:libbasic3'    "WrappedMethod - extended "
   162         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
   163         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
   163     )
   164     )
   170      (the browser has a menu function for that)
   171      (the browser has a menu function for that)
   171      However, often too much is found, and you may want to explicitely
   172      However, often too much is found, and you may want to explicitely
   172      exclude individual packages in the #excludedFromPreRequisites method."
   173      exclude individual packages in the #excludedFromPreRequisites method."
   173 
   174 
   174     ^ #(
   175     ^ #(
   175         #'stx:goodies/sunit'    "TestSuite - referenced by JavaTestsLoader class>>buildSuiteFrom: "
       
   176         #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
   176         #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
   177         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   177         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   178         #'stx:libjava/experiments'    "JavaByteCodeInterpreter - referenced by JavaMethod>>interpretWithReceiver:arguments: "
   178         #'stx:libjava/experiments'    "JavaByteCodeInterpreter - referenced by JavaMethod>>interpretWithReceiver:arguments: "
   179         #'stx:libjava/tools'    "JavaParser - referenced by GroovyLanguage>>parserClass "
   179         #'stx:libjava/tools'    "JavaParser - referenced by GroovyLanguage>>parserClass "
   180         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
   180         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
   189      The generated makefile will enter those and make there as well.
   189      The generated makefile will enter those and make there as well.
   190      However: they are not forced to be loaded when a package is loaded;
   190      However: they are not forced to be loaded when a package is loaded;
   191      for those, redefine requiredPrerequisites"
   191      for those, redefine requiredPrerequisites"
   192 
   192 
   193     ^ #(
   193     ^ #(
       
   194         #'stx:libjava/experiments'
   194         #'stx:libjava/tools'
   195         #'stx:libjava/tools'
   195         #'stx:libjava/experiments'
       
   196     )
   196     )
   197 ! !
   197 ! !
   198 
   198 
   199 !stx_libjava class methodsFor:'description - compilation'!
   199 !stx_libjava class methodsFor:'description - compilation'!
   200 
   200 
   339         (JavaExceptionTests autoload)
   339         (JavaExceptionTests autoload)
   340         JavaField
   340         JavaField
   341         (JavaFieldRefTests autoload)
   341         (JavaFieldRefTests autoload)
   342         JavaFinalizationRegistry
   342         JavaFinalizationRegistry
   343         (JavaFreshlyInitializedResource autoload)
   343         (JavaFreshlyInitializedResource autoload)
   344         (JavaInitializedResource autoload)
       
   345         (JavaInterfaceMethodRefTests autoload)
   344         (JavaInterfaceMethodRefTests autoload)
   346         (JavaJUnitTests autoload)
   345         (JavaJUnitTests autoload)
   347         JavaLanguage
   346         JavaLanguage
   348         JavaLibraries
   347         JavaLibraries
   349         (JavaLibrariesResource autoload)
   348         (JavaLibrariesResource autoload)
   416         JavaCodeLibrary
   415         JavaCodeLibrary
   417         JavaEmbeddedFrameView
   416         JavaEmbeddedFrameView
   418         JavaFieldAnnotationContainer
   417         JavaFieldAnnotationContainer
   419         JavaFieldDescriptor
   418         JavaFieldDescriptor
   420         JavaFieldDescriptorWithUnionType
   419         JavaFieldDescriptorWithUnionType
       
   420         (JavaInitializedResource autoload)
   421         JavaInvalidRefError
   421         JavaInvalidRefError
   422         JavaMethod
   422         JavaMethod
   423         JavaMethodAnnotationContainer
   423         JavaMethodAnnotationContainer
   424         JavaMethodDescriptor
   424         JavaMethodDescriptor
   425         #'JavaNativeMethodImpl_OpenJDK6'
   425         #'JavaNativeMethodImpl_OpenJDK6'