compiler/PPCTokenStarSeparatorNode.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 18 Jun 2015 06:07:40 +0100
changeset 494 5cdfa83d6027
parent 452 9f4558b3be66
permissions -rw-r--r--
Oops, removed EOL comments as they;re not supported in Squeak / Pharo

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

"{ NameSpace: Smalltalk }"

PPCTokenStarMessagePredicateNode subclass:#PPCTokenStarSeparatorNode
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Nodes'
!

!PPCTokenStarSeparatorNode methodsFor:'visiting'!

accept: visitor
    ^ visitor visitTokenStarSeparatorNode: self
! !