UndefinedVariableError.st
author Claus Gittinger <cg@exept.de>
Sat, 31 Aug 2013 13:30:42 +0200
changeset 3310 f22eebdb8868
parent 3084 7c16feaae44d
child 3841 a22f33410bdf
child 4096 9bf52d1d4d87
permissions -rw-r--r--
class: MessageNode comment/format in:5 methods

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