compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 534 a949c4fe44df
parent 533 666372dbe307
child 537 fb212e14d1f4
equal deleted inserted replaced
533:666372dbe307 534:a949c4fe44df
    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'    "PPJavaLexiconTest - superclass of PPCompiledJavaSyntaxTest"
    87         #'stx:goodies/petitparser/parsers/java'    "PPJavaWhitespaceParser - extended"
    88         #'stx:goodies/petitparser/parsers/smalltalk/tests'    "PPSmalltalkGrammarTests - superclass of PPCSmalltalkGrammarTests"
    88         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCLRPCompiledParserSmokeTest"
    89         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCAbstractParserTest"
    89         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCLRPCompiledParserSmokeTest"
    90         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCAbstractParserTest"
    90         #'stx:libbasic'    "Autoload - superclass of PPCAbstractParserTest"
    91         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests_extras"
       
    92     )
    91     )
    93 !
    92 !
    94 
    93 
    95 referencedPreRequisites
    94 referencedPreRequisites
    96     "list packages which are a prerequisite, because they contain
    95     "list packages which are a prerequisite, because they contain
   101      includes explicit checks for the package being present.
   100      includes explicit checks for the package being present.
   102      This method is generated automatically,
   101      This method is generated automatically,
   103      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."
   104 
   103 
   105     ^ #(
   104     ^ #(
   106         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCExpressionGrammarTest_Tokenized>>compilerConfiguration"
   105         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Universal>>compilerConfiguration"
   107         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
   106         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkParser - referenced by PPCLRPParser>>methodizeBlock:withArguments:"
   108         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
       
   109     )
   107     )
   110 !
   108 !
   111 
   109 
   112 subProjects
   110 subProjects
   113     "list packages which are known as subprojects.
   111     "list packages which are known as subprojects.
   127      or an array-literal consisting of class name and attributes.
   125      or an array-literal consisting of class name and attributes.
   128      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,..."
   129 
   127 
   130     ^ #(
   128     ^ #(
   131         "<className> or (<className> attributes...) in load order"
   129         "<className> or (<className> attributes...) in load order"
   132         (PPCAbstractParserTest autoload)
       
   133         (PPCCompiledJavaVerificationTest autoload)
       
   134         (PPCCompositeParserTest autoload)
       
   135         (PPCJavaTests autoload)
       
   136         PPCLRPNode
   130         PPCLRPNode
   137         PPCLRPParser
   131         PPCLRPParser
   138         PPCLRPParserSmokeTest
   132         PPCLRPParserSmokeTest
   139         PPCLRPSourcesResource
   133         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)
       
   151         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   134         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   152         (PPCExpressionGrammarTest autoload)
       
   153         (PPCExpressionGrammarVerificationTest autoload)
       
   154         (PPCLL1ExpressionGrammarTest autoload)
       
   155         PPCLRPAction
   135         PPCLRPAction
   156         PPCLRPCompiledParserSmokeTest
   136         PPCLRPCompiledParserSmokeTest
   157         PPCLRPContainedElement
   137         PPCLRPContainedElement
   158         PPCLRPSpawn
   138         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)
       
   169         PPCLRPComment
   139         PPCLRPComment
   170         #'PPCLRPCompiledParserSmokeTest_Universal'
   140         #'PPCLRPCompiledParserSmokeTest_Universal'
   171         PPCLRPErrorNode
   141         PPCLRPErrorNode
   172         PPCLRPEvent
   142         PPCLRPEvent
   173         PPCLRPMachine
   143         PPCLRPMachine
   175         PPCLRPOnExit
   145         PPCLRPOnExit
   176         PPCLRPRunning
   146         PPCLRPRunning
   177         PPCLRPState
   147         PPCLRPState
   178         PPCLRPTransition
   148         PPCLRPTransition
   179         PPCLRPVariable
   149         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)
       
   186         PPCLRPEpsilonTransition
   150         PPCLRPEpsilonTransition
   187         PPCLRPTimeoutTransition
   151         PPCLRPTimeoutTransition
   188         PPCLRPWildcardTransition
   152         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)
   189     )
   187     )
   190 !
   188 !
   191 
   189 
   192 extensionMethodNames
   190 extensionMethodNames
   193     "list class/selector pairs of extensions.
   191     "list class/selector pairs of extensions.