compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 477 b18b6cc7aabc
parent 469 8dc4eb06316e
child 481 34ee0d3c72e7
equal deleted inserted replaced
476:c45383095de4 477:b18b6cc7aabc
    82      This method is generated automatically,
    82      This method is generated automatically,
    83      by searching along the inheritance chain of all of my classes."
    83      by searching along the inheritance chain of all of my classes."
    84 
    84 
    85     ^ #(
    85     ^ #(
    86         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPExpressionGrammar"
    86         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPExpressionGrammar"
    87         #'stx:goodies/petitparser/parsers/java'    "PPJavaLexiconTest - superclass of PPCompiledJavaSyntaxTest"
       
    88         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCompiledJavaVerificationTest"
    87         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCompiledJavaVerificationTest"
    89         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCompiledJavaVerificationTest"
    88         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCompiledJavaVerificationTest"
    90         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests_extras"
    89         #'stx:libbasic'    "Autoload - superclass of PPCompiledJavaSyntaxTest"
    91     )
    90     )
    92 !
    91 !
    93 
    92 
    94 referencedPreRequisites
    93 referencedPreRequisites
    95     "list packages which are a prerequisite, because they contain
    94     "list packages which are a prerequisite, because they contain
   101      This method is generated automatically,
   100      This method is generated automatically,
   102      by searching all classes (and their packages) which are referenced by my classes."
   101      by searching all classes (and their packages) which are referenced by my classes."
   103 
   102 
   104     ^ #(
   103     ^ #(
   105         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
   104         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
       
   105         #'stx:goodies/petitparser/parsers/java'    "PPJavaSyntax - referenced by PPCCompiledJavaVerificationTest>>javaSyntax"
   106         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkVerificationTest>>smalltalkGrammar"
   106         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkVerificationTest>>smalltalkGrammar"
   107         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
   107         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
   108     )
   108     )
   109 !
   109 !
   110 
   110 
   134         PPCSmalltalkTests
   134         PPCSmalltalkTests
   135         PPCSmalltalkVerificationTest
   135         PPCSmalltalkVerificationTest
   136         PPCompiledExpressionGrammarResource
   136         PPCompiledExpressionGrammarResource
   137         PPCompiledExpressionGrammarTest
   137         PPCompiledExpressionGrammarTest
   138         PPCompiledJavaResource
   138         PPCompiledJavaResource
   139         (PPCompiledJavaSyntaxTest autoload)
       
   140         PPCompiledSmalltalkGrammarResource
   139         PPCompiledSmalltalkGrammarResource
   141         PPCompiledSmalltalkGrammarTests
   140         PPCompiledSmalltalkGrammarTests
   142         PPExpressionGrammar
   141         PPExpressionGrammar
   143         PPExpressionGrammarTest
   142         PPExpressionGrammarTest
   144         PPLL1ExpressionGrammar
   143         PPLL1ExpressionGrammar
   152         #'stx_goodies_petitparser_compiler_tests_extras'
   151         #'stx_goodies_petitparser_compiler_tests_extras'
   153         PPCompiledExpressionsVerificationTest
   152         PPCompiledExpressionsVerificationTest
   154         PPCompiledSmalltalkVerificationTest
   153         PPCompiledSmalltalkVerificationTest
   155         PPTokenizedExpressionsVerificationTest
   154         PPTokenizedExpressionsVerificationTest
   156         PPTokenizedSmalltalkVerificationTest
   155         PPTokenizedSmalltalkVerificationTest
       
   156         (PPCompiledJavaSyntaxTest autoload)
   157     )
   157     )
   158 !
   158 !
   159 
   159 
   160 extensionMethodNames
   160 extensionMethodNames
   161     "list class/selector pairs of extensions.
   161     "list class/selector pairs of extensions.