src/stx_libjava.st
branchjk_new_structure
changeset 1691 826f8d7dc0df
parent 1687 dd0f09a3f7b9
child 1695 05df4ea1ced6
equal deleted inserted replaced
1690:2dbce03c979a 1691:826f8d7dc0df
   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'    "TestAsserter - superclass of JavaByteCodeProcessorTests "
   158         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
   159         #'stx:libbasic'    "Context - superclass of JavaContext "
   159         #'stx:libbasic'    "Lookup - superclass of JavaLookup::Java2Smalltalk "
   160         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   160         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   161         #'stx:libbasic3'    "WrappedMethod - extended "
   161         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   162         #'stx:libcomp'    "ConstantNode - referenced by ProxyMethodCompiler>>argsArray "
   162         #'stx:libcomp'    "MethodNode - referenced by ProxyMethodCompiler>>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'    "GraphicsMedium - superclass of JavaTopView "
   166         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   166         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   167         #'stx:libwidg'    "TextView - referenced by JavaVM class>>processEvent: "
   167         #'stx:libwidg'    "EditField - referenced by JavaVM class>>_WTextFieldPeer_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'!
   556         Method isStatic
   556         Method isStatic
   557         Class classLoader
   557         Class classLoader
   558         Method isAbstract
   558         Method isAbstract
   559         Method javaClass
   559         Method javaClass
   560         Class lookupMethodByNameAndType:
   560         Class lookupMethodByNameAndType:
       
   561         Object getJavaLockWord
       
   562         Object getJavaMonitor
   561     )
   563     )
   562 ! !
   564 ! !
   563 
   565 
   564 !stx_libjava class methodsFor:'description - java'!
   566 !stx_libjava class methodsFor:'description - java'!
   565 
   567 
   635 
   637 
   636 svnRevisionNr
   638 svnRevisionNr
   637     "Return a SVN revision number of myself.
   639     "Return a SVN revision number of myself.
   638      This number is updated after a commit"
   640      This number is updated after a commit"
   639 
   641 
   640     ^ "$SVN-Revision:"'2000            '"$"
   642     ^ "$SVN-Revision:"'2061            '"$"
   641 ! !
   643 ! !
   642 
   644 
   643 !stx_libjava class methodsFor:'file generation'!
   645 !stx_libjava class methodsFor:'file generation'!
   644 
   646 
   645 basicFileNamesToGenerat
   647 basicFileNamesToGenerat
   661 !stx_libjava class methodsFor:'documentation'!
   663 !stx_libjava class methodsFor:'documentation'!
   662 
   664 
   663 version_SVN
   665 version_SVN
   664     ^ '$Id$'
   666     ^ '$Id$'
   665 ! !
   667 ! !
       
   668