src/stx_libjava.st
branchjk_new_structure
changeset 1332 a2e2c13b0ff6
parent 1331 1a973b2da424
child 1336 5f651f3589d9
equal deleted inserted replaced
1331:1a973b2da424 1332:a2e2c13b0ff6
   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::CommentParser "
   165         #'squeak:petitparser'    "PPCompositeParser - superclass of JavaPetitParser "
   166         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
   166         #'stx:goodies/sunit'    "TestCase - superclass of JavaTestCaseProxy "
   167         #'stx:libbasic'    "IdentityDictionary - superclass of extended UserPreferences "
   167         #'stx:libbasic'    "Class - superclass of JavaClass "
   168         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
   168         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   169         #'stx:libbasic3'    "WrappedMethod - extended "
   169         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   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'    "SimpleView - superclass of JavaView "
   173         #'stx:libview'    "TopView - superclass of JavaTopView "
   174         #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
   174         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   175         #'stx:libwidg'    "Scroller - referenced by JavaVM class>>processEvent: "
   175         #'stx:libwidg'    "Button - referenced by JavaVM class>>_WButtonPeer_create: "
   176         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   176         #'stx:libwidg2'    "CheckBox - referenced by JavaVM class>>_WCheckboxPeer_create: "
   177     )
   177     )
   178 ! !
   178 ! !
   179 
   179 
   180 !stx_libjava class methodsFor:'description - compilation'!
   180 !stx_libjava class methodsFor:'description - compilation'!
   181 
   181 
   395         JavaInterfaceMethodRef2
   395         JavaInterfaceMethodRef2
   396         JavaMethodWithHandler
   396         JavaMethodWithHandler
   397         JavaNativeMethod
   397         JavaNativeMethod
   398         JavaUtilities
   398         JavaUtilities
   399         JavaFieldDescriptorWithUnionType
   399         JavaFieldDescriptorWithUnionType
   400         #'Benchmarks::JavaLookup'
   400         ToObject2
   401     )
   401     )
   402 !
   402 !
   403 
   403 
   404 extensionMethodNames
   404 extensionMethodNames
   405     "lists the extension methods which are to be included in the project.
   405     "lists the extension methods which are to be included in the project.
   533         'Boolean class' javaUnwrap:
   533         'Boolean class' javaUnwrap:
   534         'ProjectDefinition class' javaClassPath
   534         'ProjectDefinition class' javaClassPath
   535         'ProjectDefinition class' javaSourcePath
   535         'ProjectDefinition class' javaSourcePath
   536         WrappedMethod descriptor
   536         WrappedMethod descriptor
   537         Object javaWrap:
   537         Object javaWrap:
       
   538         Object isJavaWrapperClass
       
   539         Object javaUnwrapFrom:
       
   540         SmallInteger javaUnwrapFrom:
   538     )
   541     )
   539 ! !
   542 ! !
   540 
   543 
   541 !stx_libjava class methodsFor:'description - java'!
   544 !stx_libjava class methodsFor:'description - java'!
   542 
   545