CompilationErrorHandlerQuery.st
author Claus Gittinger <cg@exept.de>
Fri, 09 Aug 2019 12:02:21 +0200
changeset 4467 4698a67f4800
parent 3768 1d647e88ef05
child 3841 a22f33410bdf
permissions -rw-r--r--
#FEATURE by exept class: BreakpointAnalyzer changed: #genMakeArrayWith:

"{ Package: 'stx:libcomp' }"

"{ NameSpace: Smalltalk }"

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


!CompilationErrorHandlerQuery class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !