tools/stx_libjava_tools.st
branchdevelopment
changeset 2667 5daa560d20d8
parent 2646 39856623a013
child 2697 d5110c6822c6
equal deleted inserted replaced
2666:9fd4c342e0d0 2667:5daa560d20d8
    25      This list can be maintained manually or (better) generated and
    25      This list can be maintained manually or (better) generated and
    26      updated by scanning the superclass hierarchies
    26      updated by scanning the superclass hierarchies
    27      (the browser has a menu function for that)"
    27      (the browser has a menu function for that)"
    28 
    28 
    29     ^ #(
    29     ^ #(
    30         #'stx:goodies/petitparser'    "PPAbstractParseTest - superclass of JavaParserIITests "
    30         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of JavaParser "
    31         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaParserIITests "
    31         #'stx:libbasic'    "Autoload - superclass of JavaParserIITests "
    32         #'stx:libbasic'    "Autoload - superclass of JavaSourcePartitioner "
       
    33         #'stx:libcomp'    "ParseNode - superclass of JavaAnnotationDeclarationNode "
    32         #'stx:libcomp'    "ParseNode - superclass of JavaAnnotationDeclarationNode "
    34         #'stx:libjava'    "JavaObject - extended "
    33         #'stx:libjava'    "JavaObject - extended "
    35         #'stx:libtool'    "AbstractSettingsApplication - superclass of JavaSettingsApplication "
    34         #'stx:libtool'    "AbstractSettingsApplication - superclass of JavaSettingsApplication "
    36         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaListInspectorView "
    35         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaListInspectorView "
    37         #'stx:libview2'    "ApplicationModel - extended "
    36         #'stx:libview2'    "ApplicationModel - extended "
    72 
    71 
    73     ^ #(
    72     ^ #(
    74         #'jv:smallsense'    "SmallSenseSyntaxHighlightingService - referenced by JavaCompilerProblemService>>rehighlight: "
    73         #'jv:smallsense'    "SmallSenseSyntaxHighlightingService - referenced by JavaCompilerProblemService>>rehighlight: "
    75         #'stx:libbasic2'    "CacheDictionary - referenced by JavaParser_Eclipse class>>initialize "
    74         #'stx:libbasic2'    "CacheDictionary - referenced by JavaParser_Eclipse class>>initialize "
    76         #'stx:libjava/experiments'    "JavaCompiler - referenced by JavaCompilerProblemService>>syntaxHighlighter "
    75         #'stx:libjava/experiments'    "JavaCompiler - referenced by JavaCompilerProblemService>>syntaxHighlighter "
    77         #'stx:libsvn'    "JavaScannerStream - referenced by JavaParserI>>parse: "
       
    78     )
    76     )
    79 !
    77 !
    80 
    78 
    81 subProjects
    79 subProjects
    82     "list packages which are known as subprojects.
    80     "list packages which are known as subprojects.
   162         #'JavaParser_Eclipse'
   160         #'JavaParser_Eclipse'
   163         JavaScannerBase
   161         JavaScannerBase
   164         JavaSetInspectorView
   162         JavaSetInspectorView
   165         JavaSettingsApplication
   163         JavaSettingsApplication
   166         JavaSourcePartition
   164         JavaSourcePartition
   167         (JavaSourcePartitioner autoload)
       
   168         (JavaSourcePartitionerTests autoload)
   165         (JavaSourcePartitionerTests autoload)
   169         JavaSourceReference
   166         JavaSourceReference
   170         (#'JavaSyntaxHighlighter_Eclipse' autoload)
   167         (#'JavaSyntaxHighlighter_Eclipse' autoload)
   171         (#'JavaSyntaxHighlighter_Old' autoload)
   168         (#'JavaSyntaxHighlighter_Old' autoload)
   172         #'stx_libjava_tools'
   169         #'stx_libjava_tools'
   177         JavaParserII
   174         JavaParserII
   178         JavaScanner
   175         JavaScanner
   179         JavaSourceFile
   176         JavaSourceFile
   180         JavaMethodLikeDeclarationNode
   177         JavaMethodLikeDeclarationNode
   181         JavaParser
   178         JavaParser
       
   179         (JavaSourcePartitioner autoload)
   182         JavaTypeDeclarationNode
   180         JavaTypeDeclarationNode
   183         JavaVariableDeclarationNode
   181         JavaVariableDeclarationNode
   184         JavaAnnotationDeclarationNode
   182         JavaAnnotationDeclarationNode
   185         JavaClassDeclarationNode
   183         JavaClassDeclarationNode
   186         JavaConstructorDeclarationNode
   184         JavaConstructorDeclarationNode
   187         JavaEnumDeclarationNode
   185         JavaEnumDeclarationNode
   188         JavaInterfaceDeclarationNode
   186         JavaInterfaceDeclarationNode
       
   187         JavaMethodDeclarationNode
   189         JavaSyntaxHighlighter
   188         JavaSyntaxHighlighter
   190     )
   189     )
   191 !
   190 !
   192 
   191 
   193 extensionMethodNames
   192 extensionMethodNames