compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 481 34ee0d3c72e7
parent 477 b18b6cc7aabc
child 503 ff58cd9f1f3c
equal deleted inserted replaced
480:5b0254cca4db 481:34ee0d3c72e7
    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"
    87         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCompiledJavaVerificationTest"
    88         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCompiledJavaVerificationTest"
    88         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCompiledJavaVerificationTest"
    89         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCompiledJavaVerificationTest"
    89         #'stx:libbasic'    "Autoload - superclass of PPCompiledJavaSyntaxTest"
    90         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests_extras"
    90     )
    91     )
    91 !
    92 !
    92 
    93 
    93 referencedPreRequisites
    94 referencedPreRequisites
    94     "list packages which are a prerequisite, because they contain
    95     "list packages which are a prerequisite, because they contain
   100      This method is generated automatically,
   101      This method is generated automatically,
   101      by searching all classes (and their packages) which are referenced by my classes."
   102      by searching all classes (and their packages) which are referenced by my classes."
   102 
   103 
   103     ^ #(
   104     ^ #(
   104         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
   105         #'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)
   139         PPCompiledSmalltalkGrammarResource
   140         PPCompiledSmalltalkGrammarResource
   140         PPCompiledSmalltalkGrammarTests
   141         PPCompiledSmalltalkGrammarTests
   141         PPExpressionGrammar
   142         PPExpressionGrammar
   142         PPExpressionGrammarTest
   143         PPExpressionGrammarTest
   143         PPLL1ExpressionGrammar
   144         PPLL1ExpressionGrammar
   151         #'stx_goodies_petitparser_compiler_tests_extras'
   152         #'stx_goodies_petitparser_compiler_tests_extras'
   152         PPCompiledExpressionsVerificationTest
   153         PPCompiledExpressionsVerificationTest
   153         PPCompiledSmalltalkVerificationTest
   154         PPCompiledSmalltalkVerificationTest
   154         PPTokenizedExpressionsVerificationTest
   155         PPTokenizedExpressionsVerificationTest
   155         PPTokenizedSmalltalkVerificationTest
   156         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.