compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 504 0fb1f0799fc1
parent 503 ff58cd9f1f3c
child 505 19d830b74322
equal deleted inserted replaced
503:ff58cd9f1f3c 504:0fb1f0799fc1
    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         (PPCompiledSmalltalkParserResource autoload)
       
   143         (PPCompiledSmalltalkParserTests autoload)
       
   144         PPExpressionGrammar
   141         PPExpressionGrammar
   145         PPExpressionGrammarTest
   142         PPExpressionGrammarTest
   146         PPLL1ExpressionGrammar
   143         PPLL1ExpressionGrammar
   147         PPLL1ExpressionGrammarTest
   144         PPLL1ExpressionGrammarTest
   148         PPTokenizedExpressionGrammarResource
   145         PPTokenizedExpressionGrammarResource
   149         PPTokenizedExpressionGrammarTest
   146         PPTokenizedExpressionGrammarTest
   150         PPTokenizedLL1ExpressionGrammarResource
   147         PPTokenizedLL1ExpressionGrammarResource
   151         PPTokenizedLL1ExpressionGrammarTest
   148         PPTokenizedLL1ExpressionGrammarTest
   152         PPTokenizedSmalltalkGrammarResource
   149         PPTokenizedSmalltalkGrammarResource
   153         PPTokenizedSmalltalkGrammarTests
   150         PPTokenizedSmalltalkGrammarTests
   154         (PPTokenizedSmalltalkParserResource autoload)
       
   155         (PPTokenizedSmalltalkParserTests autoload)
       
   156         #'stx_goodies_petitparser_compiler_tests_extras'
   151         #'stx_goodies_petitparser_compiler_tests_extras'
   157         PPCompiledExpressionsVerificationTest
   152         PPCompiledExpressionsVerificationTest
   158         PPCompiledSmalltalkVerificationTest
   153         PPCompiledSmalltalkVerificationTest
   159         PPTokenizedExpressionsVerificationTest
   154         PPTokenizedExpressionsVerificationTest
   160         PPTokenizedSmalltalkVerificationTest
   155         PPTokenizedSmalltalkVerificationTest
       
   156         (PPCompiledJavaSyntaxTest autoload)
       
   157         (PPCompiledSmalltalkParserResource autoload)
       
   158         (PPCompiledSmalltalkParserTests autoload)
       
   159         (PPTokenizedSmalltalkParserResource autoload)
       
   160         (PPTokenizedSmalltalkParserTests autoload)
   161         (PPTokenizedSmalltalkParserVerificationTest autoload)
   161         (PPTokenizedSmalltalkParserVerificationTest autoload)
   162     )
   162     )
   163 !
   163 !
   164 
   164 
   165 extensionMethodNames
   165 extensionMethodNames