src/stx_libjava.st
branchjk_new_structure
changeset 1026 5badd1d31864
parent 1022 38b710d7dfbc
child 1028 d30cabc12354
equal deleted inserted replaced
1025:2c9c84bdd863 1026:5badd1d31864
   203      Howevery, often too much is found, and you may want to explicitely
   203      Howevery, often too much is found, and you may want to explicitely
   204      exclude individual packages in the #excludedFromPrerequisites method."
   204      exclude individual packages in the #excludedFromPrerequisites method."
   205 
   205 
   206     ^ #(
   206     ^ #(
   207         #'squeak:petitparser'    "PPDelegateParser - superclass of JavaParser "
   207         #'squeak:petitparser'    "PPDelegateParser - superclass of JavaParser "
   208         #'stx:goodies/sunit'    "TestCase - superclass of AbstractJavaTestCase "
   208         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaByteCodeProcessorTests "
   209         #'stx:libbasic'    "Dictionary - superclass of JavaAnnotationDictionary "
   209         #'stx:libbasic'    "Number - superclass of Byte "
   210         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   210         #'stx:libbasic2'    "UnboxedIntegerArray - superclass of extended SignedIntegerArray "
   211         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   211         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   212         #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
   212         #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
   213         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   213         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   214         #'stx:libtool'    "WorkspaceApplication - referenced by JavaEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   214         #'stx:libtool'    "WorkspaceApplication - referenced by JavaEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   215         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaPopUpView "
   215         #'stx:libview'    "SimpleView - superclass of JavaTopView "
   216         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   216         #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
   217         #'stx:libwidg'    "GenericToolbarIconLibrary - extended "
   217         #'stx:libwidg'    "Label - referenced by JavaVM class>>_WLabelPeer_create: "
   218         #'stx:libwidg2'    "CheckBox - referenced by JavaVM class>>_WCheckboxPeer_create: "
   218         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   219     )
   219     )
   220 ! !
   220 ! !
   221 
   221 
   222 !stx_libjava class methodsFor:'description - compilation'!
   222 !stx_libjava class methodsFor:'description - compilation'!
   223 
   223 
   449         JavaVoidTypeNode
   449         JavaVoidTypeNode
   450         JavaInterfaceMethodRef2
   450         JavaInterfaceMethodRef2
   451         JavaNativeMethod
   451         JavaNativeMethod
   452         (JavaClassLoadingTests autoload)
   452         (JavaClassLoadingTests autoload)
   453         (JavaFreshlyInitializedResource autoload)
   453         (JavaFreshlyInitializedResource autoload)
       
   454         JavaClassRegistry
   454     )
   455     )
   455 !
   456 !
   456 
   457 
   457 extensionMethodNames
   458 extensionMethodNames
   458     "lists the extension methods which are to be included in the project.
   459     "lists the extension methods which are to be included in the project.
   599 
   600 
   600 svnRevisionNr
   601 svnRevisionNr
   601     "Return a SVN revision number of myself.
   602     "Return a SVN revision number of myself.
   602      This number is updated after a commit"
   603      This number is updated after a commit"
   603 
   604 
   604     ^ "$SVN-Revision:"'1372'"$"
   605     ^ "$SVN-Revision:"'1375'"$"
   605 ! !
   606 ! !
   606 
   607 
   607 !stx_libjava class methodsFor:'file generation'!
   608 !stx_libjava class methodsFor:'file generation'!
   608 
   609 
   609 basicFileNamesToGenerat
   610 basicFileNamesToGenerat