compiler/tests/stx_goodies_petitparser_compiler_tests.st
changeset 452 9f4558b3be66
parent 438 20598d7ce9fa
child 459 4751c407bb40
equal deleted inserted replaced
438:20598d7ce9fa 452:9f4558b3be66
    56      This method is generated automatically,
    56      This method is generated automatically,
    57      by searching along the inheritance chain of all of my classes."
    57      by searching along the inheritance chain of all of my classes."
    58 
    58 
    59     ^ #(
    59     ^ #(
    60         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPExpressionGrammar"
    60         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPExpressionGrammar"
    61         #'stx:goodies/petitparser/parsers/java'    "PPJavaLexiconTest - superclass of PPCompiledJavaSyntaxTest"
       
    62         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCodeGeneratorTest"
    61         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCodeGeneratorTest"
    63         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCodeGeneratorTest"
    62         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCodeGeneratorTest"
    64         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests"
    63         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests"
    65     )
    64     )
    66 !
    65 !
    74      includes explicit checks for the package being present.
    73      includes explicit checks for the package being present.
    75      This method is generated automatically,
    74      This method is generated automatically,
    76      by searching all classes (and their packages) which are referenced by my classes."
    75      by searching all classes (and their packages) which are referenced by my classes."
    77 
    76 
    78     ^ #(
    77     ^ #(
    79         #'stx:goodies/petitparser/compiler'    "PPCAbstractCharacterNode - referenced by PPCOptimizingTest>>testForwarding"
    78         #'stx:goodies/petitparser/compiler'    "PPCAbstractCharacterNode - referenced by PPCPrototype1OptimizingTest>>testForwarding"
    80         #'stx:goodies/petitparser/compiler/benchmarks'    "PPCBenchmarkResources - referenced by PPCVerificationTest>>testJava"
    79         #'stx:goodies/petitparser/parsers/java'    "PPJavaWhitespaceParser - referenced by PPCMergingVisitorTest>>javaWsNode"
    81         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCVerificationTest>>smalltalkGrammar"
       
    82     )
    80     )
    83 !
    81 !
    84 
    82 
    85 stcOptimizationOptions
    83 stcOptimizationOptions
    86     "do not inline the not operation here - it is overwritten"
    84     "do not inline the not operation here - it is overwritten"
   115         PPCContextMementoTest
   113         PPCContextMementoTest
   116         PPCContextTest
   114         PPCContextTest
   117         PPCCopyVisitorTest
   115         PPCCopyVisitorTest
   118         PPCGuardTest
   116         PPCGuardTest
   119         PPCInliningVisitorTest
   117         PPCInliningVisitorTest
       
   118         PPCLL1OptimizingTest
       
   119         PPCLL1Test
       
   120         PPCLL1VisitorTest
   120         PPCMergingVisitorTest
   121         PPCMergingVisitorTest
   121         PPCMockCompiler
   122         PPCMockCompiler
   122         (PPCNodeCompilingTest autoload)
       
   123         PPCNodeFirstFollowNextTests
   123         PPCNodeFirstFollowNextTests
   124         PPCNodeTest
   124         PPCNodeTest
   125         PPCOptimizingTest
   125         PPCOptimizeChoicesTest
   126         PPCOptimizingVisitorTest
   126         PPCPrototype1OptimizingTest
   127         PPCProtype1Test
   127         PPCPrototype1Test
       
   128         PPCRecognizerComponentDetectorTest
       
   129         PPCRecognizerComponentVisitorTest
       
   130         PPCSpecializingVisitorTest
   128         PPCTokenDetectorTest
   131         PPCTokenDetectorTest
   129         PPCTokenVisitorTest
       
   130         PPCTokenizingCodeGeneratorTest
   132         PPCTokenizingCodeGeneratorTest
   131         PPCVerificationTest
   133         PPCTokenizingVisitorTest
   132         PPCompiledExpressionGrammarResource
   134         PPCompiledExpressionGrammarResource
   133         PPCompiledExpressionGrammarTest
   135         PPCompiledExpressionGrammarTest
   134         PPCompiledJavaResource
       
   135         (PPCompiledJavaSyntaxTest autoload)
       
   136         PPCompiledSmalltalkGrammarResource
       
   137         (PPCompiledSmalltalkGrammarTests autoload)
       
   138         PPExpressionGrammar
   136         PPExpressionGrammar
   139         PPExpressionGrammarTest
   137         PPExpressionGrammarTest
   140         #'stx_goodies_petitparser_compiler_tests'
   138         #'stx_goodies_petitparser_compiler_tests'
   141     )
   139     )
   142 !
   140 !