UndefinedVariableError.st
author Stefan Vogel <sv@exept.de>
Fri, 10 May 2013 15:35:10 +0200
changeset 3164 f11d0862c65e
parent 3084 7c16feaae44d
child 3841 a22f33410bdf
child 4096 9bf52d1d4d87
permissions -rw-r--r--
Emit #lineno16 byte codes only, if line number really changes

"{ Package: 'stx:libcomp' }"

ParseError subclass:#UndefinedVariableError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Compiler'
!


!UndefinedVariableError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariableError.st,v 1.1 2013-04-03 21:09:29 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariableError.st,v 1.1 2013-04-03 21:09:29 cg Exp $'
! !