compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 542 bb97dcbe2359
parent 540 694ad2f97c65
child 544 69b6f2f0df1d
equal deleted inserted replaced
541:ac763af77fc2 542:bb97dcbe2359
   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'    "PPJavaLexiconTest - superclass of PPCompiledJavaSyntaxTest"
   108         #'stx:goodies/petitparser/parsers/java'    "PPJavaWhitespaceParser - extended"
   109         #'stx:goodies/petitparser/parsers/smalltalk/tests'    "PPSmalltalkGrammarTests - superclass of PPCSmalltalkGrammarTests"
   109         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCLRPCompiledParserSmokeTest"
   110         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCAbstractParserTest"
   110         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCLRPCompiledParserSmokeTest"
   111         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCAbstractParserTest"
   111         #'stx:libbasic'    "Autoload - superclass of PPCAbstractParserTest"
   112         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests_extras"
       
   113     )
   112     )
   114 !
   113 !
   115 
   114 
   116 referencedPreRequisites
   115 referencedPreRequisites
   117     "list packages which are a prerequisite, because they contain
   116     "list packages which are a prerequisite, because they contain
   122      includes explicit checks for the package being present.
   121      includes explicit checks for the package being present.
   123      This method is generated automatically,
   122      This method is generated automatically,
   124      by searching all classes (and their packages) which are referenced by my classes."
   123      by searching all classes (and their packages) which are referenced by my classes."
   125 
   124 
   126     ^ #(
   125     ^ #(
   127         #'stx:goodies/petitparser/compiler'    "PPCCompiler - referenced by PPCExpressionGrammarTest_Tokenized>>compiler"
   126         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Universal>>compilerConfiguration"
   128         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
   127         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkParser - referenced by PPCLRPParser>>methodizeBlock:withArguments:"
   129         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
       
   130     )
   128     )
   131 !
   129 !
   132 
   130 
   133 subProjects
   131 subProjects
   134     "list packages which are known as subprojects.
   132     "list packages which are known as subprojects.
   148      or an array-literal consisting of class name and attributes.
   146      or an array-literal consisting of class name and attributes.
   149      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   147      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   150 
   148 
   151     ^ #(
   149     ^ #(
   152         "<className> or (<className> attributes...) in load order"
   150         "<className> or (<className> attributes...) in load order"
   153         (PPCAbstractParserTest autoload)
   151         (PPExpressionGrammarTest autoload)
   154         (PPCCompiledJavaVerificationTest autoload)
   152         (PPLL1ExpressionGrammarTest autoload)
   155         (PPCCompositeParserTest autoload)
       
   156         (PPCJavaTests autoload)
       
   157         PPCLRPNode
   153         PPCLRPNode
   158         PPCLRPParser
   154         PPCLRPParser
   159         PPCLRPParserSmokeTest
   155         PPCLRPParserSmokeTest
   160         PPCLRPSourcesResource
   156         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)
       
   172         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   157         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   173         (PPCExpressionGrammarTest autoload)
       
   174         (PPCExpressionGrammarVerificationTest autoload)
       
   175         (PPCLL1ExpressionGrammarTest autoload)
       
   176         PPCLRPAction
   158         PPCLRPAction
   177         PPCLRPCompiledParserSmokeTest
   159         PPCLRPCompiledParserSmokeTest
   178         PPCLRPContainedElement
   160         PPCLRPContainedElement
   179         PPCLRPSpawn
   161         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)
       
   190         PPCLRPComment
   162         PPCLRPComment
   191         #'PPCLRPCompiledParserSmokeTest_Universal'
   163         #'PPCLRPCompiledParserSmokeTest_Universal'
   192         PPCLRPErrorNode
   164         PPCLRPErrorNode
   193         PPCLRPEvent
   165         PPCLRPEvent
   194         PPCLRPMachine
   166         PPCLRPMachine
   196         PPCLRPOnExit
   168         PPCLRPOnExit
   197         PPCLRPRunning
   169         PPCLRPRunning
   198         PPCLRPState
   170         PPCLRPState
   199         PPCLRPTransition
   171         PPCLRPTransition
   200         PPCLRPVariable
   172         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)
       
   207         PPCLRPEpsilonTransition
   173         PPCLRPEpsilonTransition
   208         PPCLRPTimeoutTransition
   174         PPCLRPTimeoutTransition
   209         PPCLRPWildcardTransition
   175         PPCLRPWildcardTransition
   210     )
   176         (PPCAbstractParserTest autoload)
       
   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"