stx_libjava.st
branchrefactoring-vmdata
changeset 2008 c348b894fbfe
parent 2002 ef3da336a6c9
parent 1997 8bcca8a0e8a1
child 2019 e1291a81f215
equal deleted inserted replaced
2002:ef3da336a6c9 2008:c348b894fbfe
   412         (JavaLookupResolutionAlgorithmTests autoload)
   412         (JavaLookupResolutionAlgorithmTests autoload)
   413         (JavaLookupTests autoload)
   413         (JavaLookupTests autoload)
   414         (JavaLookupTestsResource autoload)
   414         (JavaLookupTestsResource autoload)
   415         JavaCodeLibraryOrBundle
   415         JavaCodeLibraryOrBundle
   416         JavaCodeBundle
   416         JavaCodeBundle
   417         JavaRootBundle
   417         JavaClassPathBundle
   418         JavaCodeLibrary
   418         JavaCodeLibrary
   419         #'JavaNativeMethodImpl_OpenJDK6'
   419         #'JavaNativeMethodImpl_OpenJDK6'
   420     )
   420     )
       
   421 
       
   422     "Modified: / 23-01-2013 / 16:15:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   421 !
   423 !
   422 
   424 
   423 extensionMethodNames
   425 extensionMethodNames
   424     "lists the extension methods which are to be included in the project.
   426     "lists the extension methods which are to be included in the project.
   425      Entries are 2-element array literals, consisting of class-name and selector."
   427      Entries are 2-element array literals, consisting of class-name and selector."
   454         Process javaInterrupt
   456         Process javaInterrupt
   455         Process setInterrupted
   457         Process setInterrupted
   456         Set #'java__contains:'
   458         Set #'java__contains:'
   457         SmallInteger javaUnwrapFrom:
   459         SmallInteger javaUnwrapFrom:
   458         String asArrayOfSubstringsSeparatedBy:
   460         String asArrayOfSubstringsSeparatedBy:
   459         UserPreferences javaTestsDirectory
       
   460         UserPreferences javaTestsDirectory:
       
   461         WrappedMethod descriptor
   461         WrappedMethod descriptor
   462         WrappedMethod isAbstract
   462         WrappedMethod isAbstract
   463         ZipArchive nextBytes:of:startingAt:into:startingAt:
   463         ZipArchive nextBytes:of:startingAt:into:startingAt:
   464         'Boolean class' isJavaPrimitiveType
   464         'Boolean class' isJavaPrimitiveType
   465         'Boolean class' javaArrayClass
   465         'Boolean class' javaArrayClass
   584         ExecutableFunction isProxyMethod
   584         ExecutableFunction isProxyMethod
   585         'ProjectDefinition class' javaBundle
   585         'ProjectDefinition class' javaBundle
   586         'String class' javaName
   586         'String class' javaName
   587         'Unicode16String class' javaName
   587         'Unicode16String class' javaName
   588     )
   588     )
       
   589 
       
   590     "Modified: / 23-01-2013 / 00:12:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   589 ! !
   591 ! !
   590 
   592 
   591 !stx_libjava class methodsFor:'description - java'!
   593 !stx_libjava class methodsFor:'description - java'!
   592 
   594 
   593 javaBundle
   595 javaBundle