compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 544 69b6f2f0df1d
parent 542 bb97dcbe2359
equal deleted inserted replaced
543:02d90f0038fd 544:69b6f2f0df1d
   103      This method is generated automatically,
   103      This method is generated automatically,
   104      by searching along the inheritance chain of all of my classes."
   104      by searching along the inheritance chain of all of my classes."
   105 
   105 
   106     ^ #(
   106     ^ #(
   107         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPCLRPParser"
   107         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPCLRPParser"
   108         #'stx:goodies/petitparser/parsers/java'    "PPJavaWhitespaceParser - extended"
   108         #'stx:goodies/petitparser/parsers/java'    "PPJavaLexiconTest - superclass of PPCompiledJavaSyntaxTest"
   109         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCLRPCompiledParserSmokeTest"
   109         #'stx:goodies/petitparser/parsers/smalltalk/tests'    "PPSmalltalkGrammarTests - superclass of PPCSmalltalkGrammarTests"
   110         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCLRPCompiledParserSmokeTest"
   110         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCAbstractParserTest"
   111         #'stx:libbasic'    "Autoload - superclass of PPCAbstractParserTest"
   111         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCAbstractParserTest"
       
   112         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests_extras"
   112     )
   113     )
   113 !
   114 !
   114 
   115 
   115 referencedPreRequisites
   116 referencedPreRequisites
   116     "list packages which are a prerequisite, because they contain
   117     "list packages which are a prerequisite, because they contain
   121      includes explicit checks for the package being present.
   122      includes explicit checks for the package being present.
   122      This method is generated automatically,
   123      This method is generated automatically,
   123      by searching all classes (and their packages) which are referenced by my classes."
   124      by searching all classes (and their packages) which are referenced by my classes."
   124 
   125 
   125     ^ #(
   126     ^ #(
   126         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Universal>>compilerConfiguration"
   127         #'stx:goodies/petitparser/compiler'    "PPCCompiler - referenced by PPCExpressionGrammarTest_Tokenized>>compiler"
   127         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkParser - referenced by PPCLRPParser>>methodizeBlock:withArguments:"
   128         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
       
   129         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
   128     )
   130     )
   129 !
   131 !
   130 
   132 
   131 subProjects
   133 subProjects
   132     "list packages which are known as subprojects.
   134     "list packages which are known as subprojects.
   146      or an array-literal consisting of class name and attributes.
   148      or an array-literal consisting of class name and attributes.
   147      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   149      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   148 
   150 
   149     ^ #(
   151     ^ #(
   150         "<className> or (<className> attributes...) in load order"
   152         "<className> or (<className> attributes...) in load order"
   151         (PPExpressionGrammarTest autoload)
   153         (PPCAbstractParserTest autoload)
   152         (PPLL1ExpressionGrammarTest autoload)
   154         (PPCCompiledJavaVerificationTest autoload)
       
   155         (PPCCompositeParserTest autoload)
       
   156         (PPCJavaTests autoload)
   153         PPCLRPNode
   157         PPCLRPNode
   154         PPCLRPParser
   158         PPCLRPParser
   155         PPCLRPParserSmokeTest
   159         PPCLRPParserSmokeTest
   156         PPCLRPSourcesResource
   160         PPCLRPSourcesResource
       
   161         (PPCResources autoload)
       
   162         (PPCSetUpBeforeTearDownAfterResource autoload)
       
   163         (PPCSmalltalkGrammarTests autoload)
       
   164         (PPCSmalltalkParserTests autoload)
       
   165         (PPCSmalltalkTests autoload)
       
   166         (PPCompiledJavaResource autoload)
       
   167         (PPCompiledJavaSyntaxTest autoload)
       
   168         (PPExpressionGrammar autoload)
       
   169         (PPExpressionGrammarTest autoload)
       
   170         (PPLL1ExpressionGrammar autoload)
       
   171         (PPLL1ExpressionGrammarTest autoload)
   157         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   172         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
       
   173         (PPCExpressionGrammarTest autoload)
       
   174         (PPCExpressionGrammarVerificationTest autoload)
       
   175         (PPCLL1ExpressionGrammarTest autoload)
   158         PPCLRPAction
   176         PPCLRPAction
   159         PPCLRPCompiledParserSmokeTest
   177         PPCLRPCompiledParserSmokeTest
   160         PPCLRPContainedElement
   178         PPCLRPContainedElement
   161         PPCLRPSpawn
   179         PPCLRPSpawn
       
   180         (#'PPCSmalltalkGrammarTests_Tokenized' autoload)
       
   181         (#'PPCSmalltalkGrammarTests_Universal' autoload)
       
   182         (PPCSmalltalkGrammarVerificationTest autoload)
       
   183         (#'PPCSmalltalkParserTests_Tokenized' autoload)
       
   184         (#'PPCSmalltalkParserTests_Universal' autoload)
       
   185         (PPCSmalltalkParserVerificationTest autoload)
       
   186         (#'PPCExpressionGrammarTest_Tokenized' autoload)
       
   187         (#'PPCExpressionGrammarTest_Universal' autoload)
       
   188         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
       
   189         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
   162         PPCLRPComment
   190         PPCLRPComment
   163         #'PPCLRPCompiledParserSmokeTest_Universal'
   191         #'PPCLRPCompiledParserSmokeTest_Universal'
   164         PPCLRPErrorNode
   192         PPCLRPErrorNode
   165         PPCLRPEvent
   193         PPCLRPEvent
   166         PPCLRPMachine
   194         PPCLRPMachine
   168         PPCLRPOnExit
   196         PPCLRPOnExit
   169         PPCLRPRunning
   197         PPCLRPRunning
   170         PPCLRPState
   198         PPCLRPState
   171         PPCLRPTransition
   199         PPCLRPTransition
   172         PPCLRPVariable
   200         PPCLRPVariable
       
   201         (#'PPCSmalltalkGrammarVerificationTest_Tokenized' autoload)
       
   202         (#'PPCSmalltalkGrammarVerificationTest_Universal' autoload)
       
   203         (#'PPCSmalltalkParserVerificationTest_Tokenized' autoload)
       
   204         (#'PPCSmalltalkParserVerificationTest_Universal' autoload)
       
   205         (#'PPExpressionGrammarVerificationTest_Tokenized' autoload)
       
   206         (#'PPExpressionGrammarVerificationTest_Universal' autoload)
   173         PPCLRPEpsilonTransition
   207         PPCLRPEpsilonTransition
   174         PPCLRPTimeoutTransition
   208         PPCLRPTimeoutTransition
   175         PPCLRPWildcardTransition
   209         PPCLRPWildcardTransition
   176         (PPCAbstractParserTest autoload)
   210     )
   177         (PPCCompiledJavaVerificationTest autoload)
       
   178         (PPCCompositeParserTest autoload)
       
   179         (PPCExpressionGrammarTest autoload)
       
   180         (#'PPCExpressionGrammarTest_Tokenized' autoload)
       
   181         (#'PPCExpressionGrammarTest_Universal' autoload)
       
   182         (PPCExpressionGrammarVerificationTest autoload)
       
   183         (PPCJavaTests autoload)
       
   184         (PPCLL1ExpressionGrammarTest autoload)
       
   185         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
       
   186         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
       
   187         (PPCResources autoload)
       
   188         (PPCSetUpBeforeTearDownAfterResource autoload)
       
   189         (PPCSmalltalkGrammarTests autoload)
       
   190         (#'PPCSmalltalkGrammarTests_Tokenized' autoload)
       
   191         (#'PPCSmalltalkGrammarTests_Universal' autoload)
       
   192         (PPCSmalltalkGrammarVerificationTest autoload)
       
   193         (#'PPCSmalltalkGrammarVerificationTest_Tokenized' autoload)
       
   194         (#'PPCSmalltalkGrammarVerificationTest_Universal' autoload)
       
   195         (PPCSmalltalkParserTests autoload)
       
   196         (#'PPCSmalltalkParserTests_Tokenized' autoload)
       
   197         (#'PPCSmalltalkParserTests_Universal' autoload)
       
   198         (PPCSmalltalkParserVerificationTest autoload)
       
   199         (#'PPCSmalltalkParserVerificationTest_Tokenized' autoload)
       
   200         (#'PPCSmalltalkParserVerificationTest_Universal' autoload)
       
   201         (PPCSmalltalkTests autoload)
       
   202         (PPCompiledJavaResource autoload)
       
   203         (PPCompiledJavaSyntaxTest autoload)
       
   204         (PPExpressionGrammar autoload)
       
   205         (#'PPExpressionGrammarVerificationTest_Tokenized' autoload)
       
   206         (#'PPExpressionGrammarVerificationTest_Universal' autoload)
       
   207         (PPLL1ExpressionGrammar autoload)
       
   208     )
       
   209 
       
   210     "Modified: / 08-09-2015 / 01:56:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   211 !
   211 !
   212 
   212 
   213 extensionMethodNames
   213 extensionMethodNames
   214     "list class/selector pairs of extensions.
   214     "list class/selector pairs of extensions.
   215      A correponding method with real names must be present in my concrete subclasses"
   215      A correponding method with real names must be present in my concrete subclasses"