CompilationErrorHandlerQuery.st
author Stefan Vogel <sv@exept.de>
Fri, 17 Feb 2017 11:07:52 +0100
changeset 4127 eda0826e8b1d
parent 3768 1d647e88ef05
child 3841 a22f33410bdf
permissions -rw-r--r--
#REFACTORING by stefan class: ObjectFileHandle changed: #printOn: prefer nextPut: over nextPutAll: for single characters

"{ Package: 'stx:libcomp' }"

"{ NameSpace: Smalltalk }"

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


!CompilationErrorHandlerQuery class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !