UndefinedVariableError.st
author Stefan Vogel <sv@exept.de>
Mon, 12 Dec 2016 16:38:47 +0100
changeset 4080 08869106d07e
parent 3084 7c16feaae44d
child 3841 a22f33410bdf
child 4096 9bf52d1d4d87
permissions -rw-r--r--
#BUGFIX by stefan class: Parser comment/format in: #checkSelector:for:inClass: changed: #selectorCheck:for:positions: avoid symbol creation better message if method selector is totally unknown

"{ 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 $'
! !