src/stx_libjava.st
branchjk_new_structure
changeset 1235 8a3b56d4ba26
parent 1225 30600ca8173c
child 1248 a9583765fa58
equal deleted inserted replaced
1234:6ddf1122f94b 1235:8a3b56d4ba26
   161      Howevery, often too much is found, and you may want to explicitely
   161      Howevery, often too much is found, and you may want to explicitely
   162      exclude individual packages in the #excludedFromPrerequisites method."
   162      exclude individual packages in the #excludedFromPrerequisites method."
   163 
   163 
   164     ^ #(
   164     ^ #(
   165         #'squeak:petitparser'    "PPCompositeParser - superclass of JavaParser "
   165         #'squeak:petitparser'    "PPCompositeParser - superclass of JavaParser "
   166         #'stx:goodies/sunit'    "TestCase - superclass of JavaMethodRefTests "
   166         #'stx:goodies/sunit'    "TestCase - superclass of JavaClassReader2Tests "
   167         #'stx:libbasic'    "LimitedPrecisionReal - superclass of extended ShortFloat "
   167         #'stx:libbasic'    "GenericException - superclass of JavaUnhandledExceptionError "
   168         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
   168         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
   169         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   169         #'stx:libbasic3'    "WrappedMethod - extended "
   170         #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
   170         #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
   171         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   171         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   172         #'stx:libtool'    "WorkspaceApplication - referenced by JavaEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   172         #'stx:libtool'    "WorkspaceApplication - referenced by JavaEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   173         #'stx:libview'    "PopUpView - superclass of JavaPopUpView "
   173         #'stx:libview'    "PopUpView - superclass of JavaPopUpView "
   174         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   174         #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
   175         #'stx:libwidg'    "ScrollBar - referenced by JavaVM class>>_WScrollPanePeer__getVScrollbarWidth: "
   175         #'stx:libwidg'    "ScrollBar - referenced by JavaVM class>>_WScrollPanePeer__getVScrollbarWidth: "
   176         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   176         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   177     )
   177     )
   178 ! !
   178 ! !
   179 
   179 
   524         'WordArray class' isJavaReferenceType
   524         'WordArray class' isJavaReferenceType
   525         'WordArray class' javaArrayClass
   525         'WordArray class' javaArrayClass
   526         'WordArray class' javaComponentClass
   526         'WordArray class' javaComponentClass
   527         'WordArray class' javaName
   527         'WordArray class' javaName
   528         WrappedMethod isAbstract
   528         WrappedMethod isAbstract
       
   529         'BooleanArray class' javaArrayClass
       
   530         'DoubleArray class' javaArrayClass
       
   531         'FloatArray class' javaArrayClass
   529     )
   532     )
   530 ! !
   533 ! !
   531 
   534 
   532 !stx_libjava class methodsFor:'description - project information'!
   535 !stx_libjava class methodsFor:'description - project information'!
   533 
   536 
   576 
   579 
   577 svnRevisionNr
   580 svnRevisionNr
   578     "Return a SVN revision number of myself.
   581     "Return a SVN revision number of myself.
   579      This number is updated after a commit"
   582      This number is updated after a commit"
   580 
   583 
   581     ^ "$SVN-Revision:"'1577'"$"
   584     ^ "$SVN-Revision:"        '1588M'"$"
   582 ! !
   585 ! !
   583 
   586 
   584 !stx_libjava class methodsFor:'file generation'!
   587 !stx_libjava class methodsFor:'file generation'!
   585 
   588 
   586 basicFileNamesToGenerat
   589 basicFileNamesToGenerat