SmallSenseConstantPO.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 07 Aug 2013 01:59:17 +0100
changeset 57 7e9a47c8ddde
parent 34 5be71b1d52ec
permissions -rw-r--r--
Fix in SmallSenseService: do not try to draw annotations for non-smalltalk code.

"{ Package: 'jv:smallsense' }"

SmallSensePO subclass:#SmallSenseConstantPO
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Interface-PO'
!


!SmallSenseConstantPO methodsFor:'testing'!

isSmallSenseConstantPO
    ^ true
! !

!SmallSenseConstantPO class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
!

version_SVN
    ^ '$Id: SmallSenseConstant.st 7825 2011-11-26 18:32:31Z vranyj1 $'
! !