compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 533 666372dbe307
parent 531 dc3d13c2837d
child 534 a949c4fe44df
equal deleted inserted replaced
532:132d7898a2a1 533:666372dbe307
    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/parsers/java'    "PPJavaLexiconTest - superclass of PPCompiledJavaSyntaxTest"
    88         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCLRPCompiledParserSmokeTest"
    88         #'stx:goodies/petitparser/parsers/smalltalk/tests'    "PPSmalltalkGrammarTests - superclass of PPCSmalltalkGrammarTests"
    89         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCLRPCompiledParserSmokeTest"
    89         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCAbstractParserTest"
    90         #'stx:libbasic'    "Autoload - superclass of PPCAbstractParserTest"
    90         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCAbstractParserTest"
       
    91         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests_extras"
    91     )
    92     )
    92 !
    93 !
    93 
    94 
    94 referencedPreRequisites
    95 referencedPreRequisites
    95     "list packages which are a prerequisite, because they contain
    96     "list packages which are a prerequisite, because they contain
   100      includes explicit checks for the package being present.
   101      includes explicit checks for the package being present.
   101      This method is generated automatically,
   102      This method is generated automatically,
   102      by searching all classes (and their packages) which are referenced by my classes."
   103      by searching all classes (and their packages) which are referenced by my classes."
   103 
   104 
   104     ^ #(
   105     ^ #(
   105         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Universal>>compilerConfiguration"
   106         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCExpressionGrammarTest_Tokenized>>compilerConfiguration"
   106         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkParser - referenced by PPCLRPParser>>methodizeBlock:withArguments:"
   107         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
       
   108         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
   107     )
   109     )
   108 !
   110 !
   109 
   111 
   110 subProjects
   112 subProjects
   111     "list packages which are known as subprojects.
   113     "list packages which are known as subprojects.
   125      or an array-literal consisting of class name and attributes.
   127      or an array-literal consisting of class name and attributes.
   126      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   128      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   127 
   129 
   128     ^ #(
   130     ^ #(
   129         "<className> or (<className> attributes...) in load order"
   131         "<className> or (<className> attributes...) in load order"
       
   132         (PPCAbstractParserTest autoload)
       
   133         (PPCCompiledJavaVerificationTest autoload)
       
   134         (PPCCompositeParserTest autoload)
       
   135         (PPCJavaTests autoload)
   130         PPCLRPNode
   136         PPCLRPNode
   131         PPCLRPParser
   137         PPCLRPParser
   132         PPCLRPParserSmokeTest
   138         PPCLRPParserSmokeTest
   133         PPCLRPSourcesResource
   139         PPCLRPSourcesResource
       
   140         (PPCResources autoload)
       
   141         (PPCSetUpBeforeTearDownAfterResource autoload)
       
   142         (PPCSmalltalkGrammarTests autoload)
       
   143         (PPCSmalltalkParserTests autoload)
       
   144         (PPCSmalltalkTests autoload)
       
   145         (PPCompiledJavaResource autoload)
       
   146         (PPCompiledJavaSyntaxTest autoload)
       
   147         (PPExpressionGrammar autoload)
       
   148         (PPExpressionGrammarTest autoload)
       
   149         (PPLL1ExpressionGrammar autoload)
       
   150         (PPLL1ExpressionGrammarTest autoload)
   134         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   151         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
       
   152         (PPCExpressionGrammarTest autoload)
       
   153         (PPCExpressionGrammarVerificationTest autoload)
       
   154         (PPCLL1ExpressionGrammarTest autoload)
   135         PPCLRPAction
   155         PPCLRPAction
   136         PPCLRPCompiledParserSmokeTest
   156         PPCLRPCompiledParserSmokeTest
   137         PPCLRPContainedElement
   157         PPCLRPContainedElement
   138         PPCLRPSpawn
   158         PPCLRPSpawn
       
   159         (#'PPCSmalltalkGrammarTests_Tokenized' autoload)
       
   160         (#'PPCSmalltalkGrammarTests_Universal' autoload)
       
   161         (PPCSmalltalkGrammarVerificationTest autoload)
       
   162         (#'PPCSmalltalkParserTests_Tokenized' autoload)
       
   163         (#'PPCSmalltalkParserTests_Universal' autoload)
       
   164         (PPCSmalltalkParserVerificationTest autoload)
       
   165         (#'PPCExpressionGrammarTest_Tokenized' autoload)
       
   166         (#'PPCExpressionGrammarTest_Universal' autoload)
       
   167         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
       
   168         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
   139         PPCLRPComment
   169         PPCLRPComment
   140         #'PPCLRPCompiledParserSmokeTest_Universal'
   170         #'PPCLRPCompiledParserSmokeTest_Universal'
   141         PPCLRPErrorNode
   171         PPCLRPErrorNode
   142         PPCLRPEvent
   172         PPCLRPEvent
   143         PPCLRPMachine
   173         PPCLRPMachine
   145         PPCLRPOnExit
   175         PPCLRPOnExit
   146         PPCLRPRunning
   176         PPCLRPRunning
   147         PPCLRPState
   177         PPCLRPState
   148         PPCLRPTransition
   178         PPCLRPTransition
   149         PPCLRPVariable
   179         PPCLRPVariable
       
   180         (#'PPCSmalltalkGrammarVerificationTest_Tokenized' autoload)
       
   181         (#'PPCSmalltalkGrammarVerificationTest_Universal' autoload)
       
   182         (#'PPCSmalltalkParserVerificationTest_Tokenized' autoload)
       
   183         (#'PPCSmalltalkParserVerificationTest_Universal' autoload)
       
   184         (#'PPExpressionGrammarVerificationTest_Tokenized' autoload)
       
   185         (#'PPExpressionGrammarVerificationTest_Universal' autoload)
   150         PPCLRPEpsilonTransition
   186         PPCLRPEpsilonTransition
   151         PPCLRPTimeoutTransition
   187         PPCLRPTimeoutTransition
   152         PPCLRPWildcardTransition
   188         PPCLRPWildcardTransition
   153         (PPCAbstractParserTest autoload)
       
   154         (PPCCompiledJavaVerificationTest autoload)
       
   155         (PPCCompositeParserTest autoload)
       
   156         (PPCExpressionGrammarTest autoload)
       
   157         (#'PPCExpressionGrammarTest_Tokenized' autoload)
       
   158         (#'PPCExpressionGrammarTest_Universal' autoload)
       
   159         (PPCExpressionGrammarVerificationTest autoload)
       
   160         (PPCJavaTests autoload)
       
   161         (PPCLL1ExpressionGrammarTest autoload)
       
   162         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
       
   163         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
       
   164         (PPCResources autoload)
       
   165         (PPCSetUpBeforeTearDownAfterResource autoload)
       
   166         (PPCSmalltalkGrammarTests autoload)
       
   167         (#'PPCSmalltalkGrammarTests_Tokenized' autoload)
       
   168         (#'PPCSmalltalkGrammarTests_Universal' autoload)
       
   169         (PPCSmalltalkGrammarVerificationTest autoload)
       
   170         (#'PPCSmalltalkGrammarVerificationTest_Tokenized' autoload)
       
   171         (#'PPCSmalltalkGrammarVerificationTest_Universal' autoload)
       
   172         (PPCSmalltalkParserTests autoload)
       
   173         (#'PPCSmalltalkParserTests_Tokenized' autoload)
       
   174         (#'PPCSmalltalkParserTests_Universal' autoload)
       
   175         (PPCSmalltalkParserVerificationTest autoload)
       
   176         (#'PPCSmalltalkParserVerificationTest_Tokenized' autoload)
       
   177         (#'PPCSmalltalkParserVerificationTest_Universal' autoload)
       
   178         (PPCSmalltalkTests autoload)
       
   179         (PPCompiledJavaResource autoload)
       
   180         (PPCompiledJavaSyntaxTest autoload)
       
   181         (PPExpressionGrammar autoload)
       
   182         (PPExpressionGrammarTest autoload)
       
   183         (#'PPExpressionGrammarVerificationTest_Tokenized' autoload)
       
   184         (#'PPExpressionGrammarVerificationTest_Universal' autoload)
       
   185         (PPLL1ExpressionGrammar autoload)
       
   186         (PPLL1ExpressionGrammarTest autoload)
       
   187     )
   189     )
   188 !
   190 !
   189 
   191 
   190 extensionMethodNames
   192 extensionMethodNames
   191     "list class/selector pairs of extensions.
   193     "list class/selector pairs of extensions.