experiments/stx_libjava_experiments.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2645 b7a540a27521
child 2731 13f5be2bf83b
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
    75      updated by scanning the superclass hierarchies
    75      updated by scanning the superclass hierarchies
    76      (the browser has a menu function for that)"
    76      (the browser has a menu function for that)"
    77 
    77 
    78     ^ #(
    78     ^ #(
    79         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of JavaCompiler::ClassSourceAnalyzer "
    79         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of JavaCompiler::ClassSourceAnalyzer "
    80         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaClassReloadingTests "
    80         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaByteCodeInterpreterTests "
    81         #'stx:libbasic'    "Autoload - superclass of Benchmarks::JavaLookup "
    81         #'stx:libbasic'    "Collection - superclass of SetSample "
    82         #'stx:libjava'    "Java - superclass of JavaMethodWrapperCompiler "
    82         #'stx:libjava'    "Java - superclass of JavaMethodWrapperCompiler "
    83         #'stx:libjava/tools'    "JavaParserI - superclass of JavaCompiler::ClassSourceAnalyzer "
    83         #'stx:libjava/tools'    "JavaParserI - superclass of JavaCompiler::ClassSourceAnalyzer "
    84     )
    84     )
    85 !
    85 !
    86 
    86 
   190         (JavaClassReloadingTests autoload)
   190         (JavaClassReloadingTests autoload)
   191         JavaCompiler
   191         JavaCompiler
   192         JavaCompilerProblemRegistry
   192         JavaCompilerProblemRegistry
   193         (JavaCompilerTests autoload)
   193         (JavaCompilerTests autoload)
   194         JavaMethodWrapperCompiler
   194         JavaMethodWrapperCompiler
   195         (JavaSingleClassReloadingTests autoload)
       
   196         NoReflectionObject
   195         NoReflectionObject
   197         PersonSample
   196         PersonSample
   198         SampleHandler
   197         SampleHandler
   199         SetSample
   198         SetSample
   200         #'stx_libjava_experiments'
   199         #'stx_libjava_experiments'
   201         JavaByteCodeSteppableInterpreter
   200         JavaByteCodeSteppableInterpreter
       
   201         (JavaSingleClassReloadingTests autoload)
   202     )
   202     )
   203 !
   203 !
   204 
   204 
   205 extensionMethodNames
   205 extensionMethodNames
   206     "lists the extension methods which are to be included in the project.
   206     "lists the extension methods which are to be included in the project.
   207      Entries are 2-element array literals, consisting of class-name and selector."
   207      Entries are 2-element array literals, consisting of class-name and selector."
   208 
   208 
   209     ^ #(
   209     ^ #(
       
   210         JavaMethod interpretWithReceiver:arguments:
   210     )
   211     )
   211 ! !
   212 ! !
   212 
   213 
   213 !stx_libjava_experiments class methodsFor:'description - java'!
   214 !stx_libjava_experiments class methodsFor:'description - java'!
   214 
   215 
   238 ! !
   239 ! !
   239 
   240 
   240 !stx_libjava_experiments class methodsFor:'documentation'!
   241 !stx_libjava_experiments class methodsFor:'documentation'!
   241 
   242 
   242 version_CVS
   243 version_CVS
   243     ^ '$Header: /cvs/stx/stx/libjava/experiments/stx_libjava_experiments.st,v 1.3 2013-02-25 11:15:34 vrany Exp $'
   244     ^ '$Header$'
   244 !
   245 !
   245 
   246 
   246 version_HG
   247 version_HG
   247 
   248 
   248     ^ '$Changeset: <not expanded> $'
   249     ^ '$Changeset: <not expanded> $'