src/stx_libjava.st
branchjk_new_structure
changeset 1390 4a623c4ec05f
parent 1384 d62dd4b29c22
child 1391 3843bb5881e8
equal deleted inserted replaced
1389:81c17056560f 1390:4a623c4ec05f
   156      global variable accesses. (the browser has a menu function for that)
   156      global variable accesses. (the browser has a menu function for that)
   157      Howevery, often too much is found, and you may want to explicitely
   157      Howevery, often too much is found, and you may want to explicitely
   158      exclude individual packages in the #excludedFromPrerequisites method."
   158      exclude individual packages in the #excludedFromPrerequisites method."
   159 
   159 
   160     ^ #(
   160     ^ #(
   161         #'squeak:petitparser'    "PPCompositeParser - superclass of JavaPetitParser "
   161         #'squeak:petitparser'    "PPDelegateParser - superclass of JavaPetitParser "
   162         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
   162         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
   163         #'stx:libbasic'    "ArrayedCollection - superclass of JavaArray "
   163         #'stx:libbasic'    "Magnitude - superclass of JavaShort "
   164         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   164         #'stx:libbasic2'    "UnboxedIntegerArray - superclass of extended SignedIntegerArray "
   165         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   165         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   166         #'stx:libcomp'    "ConstantNode - referenced by ProxyMethodCompiler>>argsArray "
   166         #'stx:libcomp'    "BlockNode - referenced by ProxyMethodTypeCheckNode>>generate: "
   167         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   167         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   168         #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   168         #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   169         #'stx:libview'    "SimpleView - superclass of JavaPopUpView "
   169         #'stx:libview'    "SimpleView - superclass of JavaPopUpView "
   170         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   170         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   171         #'stx:libwidg'    "FileSelectionBox - referenced by Java class>>javaProcessForMainOf:argumentString: "
   171         #'stx:libwidg'    "EditTextView - referenced by JavaVM class>>_WTextAreaPeer_create: "
   172         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   172         #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
   173     )
   173     )
   174 ! !
   174 ! !
   175 
   175 
   176 !stx_libjava class methodsFor:'description - compilation'!
   176 !stx_libjava class methodsFor:'description - compilation'!
   544         Behavior isInterface
   544         Behavior isInterface
   545         'SignedWordArray class' isJavaArrayClass
   545         'SignedWordArray class' isJavaArrayClass
   546         'SignedWordArray class' isJavaReferenceType
   546         'SignedWordArray class' isJavaReferenceType
   547         'SignedWordArray class' javaComponentClass
   547         'SignedWordArray class' javaComponentClass
   548         'SignedWordArray class' javaName
   548         'SignedWordArray class' javaName
       
   549         'Boolean class' javaWrapperClass
       
   550         'Character class' javaWrapperClass
       
   551         'Float class' javaWrapperClass
       
   552         'Integer class' javaWrapperClass
       
   553         'LargeInteger class' javaWrapperClass
       
   554         'ShortFloat class' javaWrapperClass
   549     )
   555     )
   550 
       
   551     "Modified: / 24-02-2012 / 17:56:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   552 ! !
   556 ! !
   553 
   557 
   554 !stx_libjava class methodsFor:'description - java'!
   558 !stx_libjava class methodsFor:'description - java'!
   555 
   559 
   556 javaClassPath
   560 javaClassPath
   624 
   628 
   625 svnRevisionNr
   629 svnRevisionNr
   626     "Return a SVN revision number of myself.
   630     "Return a SVN revision number of myself.
   627      This number is updated after a commit"
   631      This number is updated after a commit"
   628 
   632 
   629     ^ "$SVN-Revision:"1737M"$"
   633     ^ "$SVN-Revision:"'1742'"$"
   630 ! !
   634 ! !
   631 
   635 
   632 !stx_libjava class methodsFor:'file generation'!
   636 !stx_libjava class methodsFor:'file generation'!
   633 
   637 
   634 basicFileNamesToGenerat
   638 basicFileNamesToGenerat