src/stx_libjava.st
branchjk_new_structure
changeset 1321 dc6b9bf7bfea
parent 1318 73f3a53359d4
child 1328 06e2e372ebb0
equal deleted inserted replaced
1320:bc977543481b 1321:dc6b9bf7bfea
   160      global variable accesses. (the browser has a menu function for that)
   160      global variable accesses. (the browser has a menu function for that)
   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'    "PPParser - superclass of JavaPetitParser::LineNumberParser "
   165         #'squeak:petitparser'    "PPParser - superclass of JavaPetitParser::CommentParser "
   166         #'stx:goodies/sunit'    "TestResource - superclass of JavaAntProjectResource "
   166         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
   167         #'stx:libbasic'    "Dictionary - superclass of JavaAnnotationDictionary "
   167         #'stx:libbasic'    "IdentityDictionary - superclass of extended UserPreferences "
   168         #'stx:libbasic2'    "UnboxedIntegerArray - superclass of extended WordArray "
   168         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
   169         #'stx:libbasic3'    "WrappedMethod - extended "
   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'    "GraphicsMedium - superclass of JavaTopView "
   173         #'stx:libview'    "SimpleView - superclass of JavaView "
   174         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   174         #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
   175         #'stx:libwidg'    "Scroller - referenced by JavaVM class>>processEvent: "
   175         #'stx:libwidg'    "Scroller - referenced by JavaVM class>>processEvent: "
   176         #'stx:libwidg2'    "CheckBox - referenced by JavaVM class>>_WCheckboxPeer_create: "
   176         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   177     )
   177     )
   178 ! !
   178 ! !
   179 
   179 
   180 !stx_libjava class methodsFor:'description - compilation'!
   180 !stx_libjava class methodsFor:'description - compilation'!
   181 
   181 
   396         JavaInterfaceMethodRef2
   396         JavaInterfaceMethodRef2
   397         JavaMethodWithHandler
   397         JavaMethodWithHandler
   398         JavaNativeMethod
   398         JavaNativeMethod
   399         JavaUtilities
   399         JavaUtilities
   400         JavaFieldDescriptorWithUnionType
   400         JavaFieldDescriptorWithUnionType
       
   401         #'Benchmarks::JavaLookup'
   401     )
   402     )
   402 !
   403 !
   403 
   404 
   404 extensionMethodNames
   405 extensionMethodNames
   405     "lists the extension methods which are to be included in the project.
   406     "lists the extension methods which are to be included in the project.
   532         Object javaUnwrap:
   533         Object javaUnwrap:
   533         'Boolean class' javaUnwrap:
   534         'Boolean class' javaUnwrap:
   534         'ProjectDefinition class' javaClassPath
   535         'ProjectDefinition class' javaClassPath
   535         'ProjectDefinition class' javaSourcePath
   536         'ProjectDefinition class' javaSourcePath
   536         WrappedMethod descriptor
   537         WrappedMethod descriptor
       
   538         Object javaWrap:
   537     )
   539     )
   538 ! !
   540 ! !
   539 
   541 
   540 !stx_libjava class methodsFor:'description - java'!
   542 !stx_libjava class methodsFor:'description - java'!
   541 
   543 
   614 
   616 
   615 svnRevisionNr
   617 svnRevisionNr
   616     "Return a SVN revision number of myself.
   618     "Return a SVN revision number of myself.
   617      This number is updated after a commit"
   619      This number is updated after a commit"
   618 
   620 
   619     ^ "$SVN-Revision:"         '1670'"$"
   621     ^ "$SVN-Revision:"        '1674M'"$"
   620 ! !
   622 ! !
   621 
   623 
   622 !stx_libjava class methodsFor:'file generation'!
   624 !stx_libjava class methodsFor:'file generation'!
   623 
   625 
   624 basicFileNamesToGenerat
   626 basicFileNamesToGenerat