src/stx_libjava.st
branchjk_new_structure
changeset 1433 cc7b8e8cd814
parent 1410 0b2580857528
child 1437 e8d69f470ace
equal deleted inserted replaced
1432:a36d964be591 1433:cc7b8e8cd814
   158      Howevery, often too much is found, and you may want to explicitely
   158      Howevery, often too much is found, and you may want to explicitely
   159      exclude individual packages in the #excludedFromPrerequisites method."
   159      exclude individual packages in the #excludedFromPrerequisites method."
   160 
   160 
   161     ^ #(
   161     ^ #(
   162         #'squeak:petitparser'
   162         #'squeak:petitparser'
   163         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
   163         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaTestsResource "
   164         #'stx:libbasic'    "Integer - superclass of JavaShort "
   164         #'stx:libbasic'    "Behavior - superclass of GroovyClass "
   165         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   165         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
   166         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
   166         #'stx:libbasic3'    "WrappedMethod - extended "
   167         #'stx:libcomp'    "Parser - referenced by GroovyCompiler>>error:line:from:to: "
   167         #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
   168         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   168         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   169         #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   169         #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
   170         #'stx:libview'    "DisplaySurface - superclass of JavaEmbeddedFrameView "
   170         #'stx:libview'    "GraphicsMedium - superclass of JavaPopUpView "
   171         #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
   171         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
   172         #'stx:libwidg'    "TextView - referenced by JavaVM class>>processEvent: "
   172         #'stx:libwidg'    "FileSelectionBox - referenced by Java class>>javaProcessForMainOf:argumentString: "
   173         #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
   173         #'stx:libwidg2'    "CheckBox - referenced by JavaVM class>>_WCheckboxPeer_create: "
   174     )
   174     )
   175 ! !
   175 ! !
   176 
   176 
   177 !stx_libjava class methodsFor:'description - compilation'!
   177 !stx_libjava class methodsFor:'description - compilation'!
   178 
   178 
   391         JavaInterfaceMethodRef2
   391         JavaInterfaceMethodRef2
   392         JavaMethodWithHandler
   392         JavaMethodWithHandler
   393         ProxyMethodJavaMethodInvocationNode
   393         ProxyMethodJavaMethodInvocationNode
   394         ProxyMethodJavaTypeCheckNode
   394         ProxyMethodJavaTypeCheckNode
   395         JavaNativeMethod
   395         JavaNativeMethod
       
   396         ProxyMethodJavaFieldAccessor
       
   397         ProxyMethodJavaFieldGetter
       
   398         ProxyMethodJavaFieldSetter
   396     )
   399     )
   397 !
   400 !
   398 
   401 
   399 extensionMethodNames
   402 extensionMethodNames
   400     "lists the extension methods which are to be included in the project.
   403     "lists the extension methods which are to be included in the project.
   531         'WordArray class' isJavaArrayClass
   534         'WordArray class' isJavaArrayClass
   532         'WordArray class' isJavaReferenceType
   535         'WordArray class' isJavaReferenceType
   533         'WordArray class' javaArrayClass
   536         'WordArray class' javaArrayClass
   534         'WordArray class' javaComponentClass
   537         'WordArray class' javaComponentClass
   535         'WordArray class' javaName
   538         'WordArray class' javaName
       
   539         'Boolean class' javaWrap:
   536     )
   540     )
   537 ! !
   541 ! !
   538 
   542 
   539 !stx_libjava class methodsFor:'description - java'!
   543 !stx_libjava class methodsFor:'description - java'!
   540 
   544 
   609 
   613 
   610 svnRevisionNr
   614 svnRevisionNr
   611     "Return a SVN revision number of myself.
   615     "Return a SVN revision number of myself.
   612      This number is updated after a commit"
   616      This number is updated after a commit"
   613 
   617 
   614     ^ "$SVN-Revision:"1761M"$"
   618     ^ "$SVN-Revision:"'1785'"$"
   615 ! !
   619 ! !
   616 
   620 
   617 !stx_libjava class methodsFor:'file generation'!
   621 !stx_libjava class methodsFor:'file generation'!
   618 
   622 
   619 basicFileNamesToGenerat
   623 basicFileNamesToGenerat