CompilationErrorHandlerQuery.st
changeset 3768 1d647e88ef05
child 3841 a22f33410bdf
equal deleted inserted replaced
3767:f679eb82cb2b 3768:1d647e88ef05
       
     1 "{ Package: 'stx:libcomp' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
       
     4 
       
     5 Query subclass:#CompilationErrorHandlerQuery
       
     6 	instanceVariableNames:''
       
     7 	classVariableNames:''
       
     8 	poolDictionaries:''
       
     9 	category:'System-Compiler'
       
    10 !
       
    11 
       
    12 
       
    13 !CompilationErrorHandlerQuery class methodsFor:'documentation'!
       
    14 
       
    15 version
       
    16     ^ '$Header$'
       
    17 !
       
    18 
       
    19 version_CVS
       
    20     ^ '$Header$'
       
    21 ! !
       
    22