SyntaxError.st
author Claus Gittinger <cg@exept.de>
Thu, 13 Dec 2018 23:02:57 +0100
changeset 4322 570a72d914a3
parent 1346 8623fdfea0c2
permissions -rw-r--r--
#FEATURE by cg class: ParseNode added: #isFunctionCallNode

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