src/stx_libjava.st
branchjk_new_structure
changeset 1697 0a9d598a6408
parent 1695 05df4ea1ced6
child 1698 d32a2a3dce36
equal deleted inserted replaced
1696:bf6f2a95d6f7 1697:0a9d598a6408
   153      global variable accesses. (the browser has a menu function for that)
   153      global variable accesses. (the browser has a menu function for that)
   154      Howevery, often too much is found, and you may want to explicitely
   154      Howevery, often too much is found, and you may want to explicitely
   155      exclude individual packages in the #excludedFromPrerequisites method."
   155      exclude individual packages in the #excludedFromPrerequisites method."
   156 
   156 
   157     ^ #(
   157     ^ #(
   158         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
   158         #'stx:goodies/sunit'    "TestCase - superclass of JavaTestCaseProxy "
   159         #'stx:libbasic'    "Lookup - superclass of JavaLookup::Java2Smalltalk "
   159         #'stx:libbasic'    "NonPositionableExternalStream - superclass of JavaSocket "
   160         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   160         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   161         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   161         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   162         #'stx:libcomp'    "MethodNode - referenced by ProxyMethodCompiler>>generate "
   162         #'stx:libcomp'    "MessageNode - referenced by ProxyMethodBlockInvocationNode>>generate: "
   163         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   163         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   164         #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   164         #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   165         #'stx:libview'    "GraphicsMedium - superclass of JavaTopView "
   165         #'stx:libview'    "View - superclass of JavaTopView "
   166         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   166         #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
   167         #'stx:libwidg'    "EditField - referenced by JavaVM class>>_WTextFieldPeer_create: "
   167         #'stx:libwidg'    "Button - referenced by JavaVM class>>_WButtonPeer_create: "
   168         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   168         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   169     )
   169     )
   170 ! !
   170 ! !
   171 
   171 
   172 !stx_libjava class methodsFor:'description - compilation'!
   172 !stx_libjava class methodsFor:'description - compilation'!
   557         Method isAbstract
   557         Method isAbstract
   558         Method javaClass
   558         Method javaClass
   559         Class lookupMethodByNameAndType:
   559         Class lookupMethodByNameAndType:
   560         Object getJavaLockWord
   560         Object getJavaLockWord
   561         Object getJavaMonitor
   561         Object getJavaMonitor
       
   562         #'java/lang/Throwable' isJavaLangThrowable
   562     )
   563     )
   563 ! !
   564 ! !
   564 
   565 
   565 !stx_libjava class methodsFor:'description - java'!
   566 !stx_libjava class methodsFor:'description - java'!
   566 
   567