CompilationErrorHandlerQuery.st
author Claus Gittinger <cg@exept.de>
Sun, 23 Sep 2018 01:23:05 +0200
changeset 4305 2b94668b13a1
parent 3768 1d647e88ef05
child 3841 a22f33410bdf
permissions -rw-r--r--
#REFACTORING by cg class: Parser comment/format in: #evaluate:in:receiver:notifying:logged:ifFail:compile:checkForEndOfInput: changed: #parseMethodBodyOrEmpty #statementList

"{ Package: 'stx:libcomp' }"

"{ NameSpace: Smalltalk }"

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


!CompilationErrorHandlerQuery class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !