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