ProgramNode.st
author Claus Gittinger <cg@exept.de>
Tue, 06 May 2003 19:45:51 +0200
changeset 1410 e93635fe8c40
parent 1345 aee1783088d0
child 2211 73488e248b6c
permissions -rw-r--r--
pragma & ffi stuff

"{ Package: 'stx:libcomp' }"

ParseNode subclass:#ProgramNode
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Compiler ST-80-compatibility'
!


!ProgramNode class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libcomp/ProgramNode.st,v 1.1 2002-11-26 09:12:38 cg Exp $'
! !