SyntaxError.st
author Claus Gittinger <cg@exept.de>
Tue, 28 Jan 2020 17:35:28 +0100
changeset 4623 88a5ca3677ee
parent 1346 8623fdfea0c2
permissions -rw-r--r--
#REFACTORING by cg class: InstrumentingCompiler added: #undefError:position:to: removed: #correctVariable:atPosition:to:

"{ Package: 'stx:libcomp' }"

Object subclass:#SyntaxError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Compiler ST-80-compatibility'
!


!SyntaxError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxError.st,v 1.1 2002-11-26 09:37:59 cg Exp $'
! !