CompilationErrorHandlerQuery.st
author Claus Gittinger <cg@exept.de>
Tue, 25 Feb 2020 02:40:09 +0100
changeset 4640 a1bb370605bc
parent 3768 1d647e88ef05
child 3841 a22f33410bdf
permissions -rw-r--r--
#DOCUMENTATION by exept class: ParserFlags class comment/format in: #allowCStrings #allowEStrings changed: #initialize

"{ Package: 'stx:libcomp' }"

"{ NameSpace: Smalltalk }"

Query subclass:#CompilationErrorHandlerQuery
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Compiler'
!


!CompilationErrorHandlerQuery class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !