compiler/PPCNegateNode.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 17 Jun 2015 17:10:54 +0100
changeset 493 0aed9c69ed48
parent 452 9f4558b3be66
child 515 b5316ef15274
permissions -rw-r--r--
Fixed target mcz - exit Smalltalk after all packages are exported.

"{ Package: 'stx:goodies/petitparser/compiler' }"

"{ NameSpace: Smalltalk }"

PPCDelegateNode subclass:#PPCNegateNode
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Nodes'
!

!PPCNegateNode methodsFor:'accessing'!

prefix
    ^ #negate
! !