CompilationErrorHandlerQuery.st
author Claus Gittinger <cg@exept.de>
Sun, 29 Jan 2017 12:55:36 +0100
changeset 4103 2536fe3291dd
parent 3768 1d647e88ef05
child 3841 a22f33410bdf
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: Parser declare as: better chices for shared pools

"{ Package: 'stx:libcomp' }"

"{ NameSpace: Smalltalk }"

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


!CompilationErrorHandlerQuery class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !