compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 528 ebfddc82b8bb
parent 525 751532c8f3db
child 530 e36906742693
equal deleted inserted replaced
527:9b50ec9a6918 528:ebfddc82b8bb
    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 PPCLRPParser"
    86         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPCLRPParser"
       
    87         #'stx:goodies/petitparser/parsers/java'    "PPJavaWhitespaceParser - extended"
    87         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCLRPCompiledParserSmokeTest"
    88         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCLRPCompiledParserSmokeTest"
    88         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCLRPCompiledParserSmokeTest"
    89         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCLRPCompiledParserSmokeTest"
    89         #'stx:libbasic'    "Autoload - superclass of PPCAbstractParserTest"
    90         #'stx:libbasic'    "Autoload - superclass of PPCAbstractParserTest"
    90     )
    91     )
    91 !
    92 !
   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'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Universal>>compilerConfiguration"
   105         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Universal>>compilerConfiguration"
   105         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
   106         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkParser - referenced by PPCLRPParser>>methodizeBlock:withArguments:"
   106         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
       
   107     )
   107     )
   108 !
   108 !
   109 
   109 
   110 subProjects
   110 subProjects
   111     "list packages which are known as subprojects.
   111     "list packages which are known as subprojects.
   125      or an array-literal consisting of class name and attributes.
   125      or an array-literal consisting of class name and attributes.
   126      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   126      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   127 
   127 
   128     ^ #(
   128     ^ #(
   129         "<className> or (<className> attributes...) in load order"
   129         "<className> or (<className> attributes...) in load order"
   130         (PPCJavaTests autoload)
       
   131         PPCLRPNode
   130         PPCLRPNode
   132         PPCLRPParser
   131         PPCLRPParser
   133         PPCLRPParserSmokeTest
   132         PPCLRPParserSmokeTest
   134         PPCLRPSourcesResource
   133         PPCLRPSourcesResource
   135         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   134         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   156         (PPCCompositeParserTest autoload)
   155         (PPCCompositeParserTest autoload)
   157         (PPCExpressionGrammarTest autoload)
   156         (PPCExpressionGrammarTest autoload)
   158         (#'PPCExpressionGrammarTest_Tokenized' autoload)
   157         (#'PPCExpressionGrammarTest_Tokenized' autoload)
   159         (#'PPCExpressionGrammarTest_Universal' autoload)
   158         (#'PPCExpressionGrammarTest_Universal' autoload)
   160         (PPCExpressionGrammarVerificationTest autoload)
   159         (PPCExpressionGrammarVerificationTest autoload)
       
   160         (PPCJavaTests autoload)
   161         (PPCLL1ExpressionGrammarTest autoload)
   161         (PPCLL1ExpressionGrammarTest autoload)
   162         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
   162         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
   163         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
   163         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
   164         (PPCResources autoload)
   164         (PPCResources autoload)
   165         (PPCSetUpBeforeTearDownAfterResource autoload)
   165         (PPCSetUpBeforeTearDownAfterResource autoload)