[Newbies] Float variableWordSubclass

Tobias Pape Das.Linux at gmx.de
Sat Jan 7 19:42:56 UTC 2012


Am 2012-01-07 um 20:00 schrieb karl ramberg:

> 
> 
> On Sat, Jan 7, 2012 at 7:04 PM, Levente Uzonyi <leves at elte.hu> wrote:
> On Thu, 5 Jan 2012, Ben Coman wrote:
> 
> Levente Uzonyi wrote:
> On Wed, 4 Jan 2012, Ben Coman wrote:
> 
> When I define...
>  Float subclass: MyPrefixFloat
> 
> I guess you meat Float subclass: #MyPrefixFloat .
> 
> 
> why does it get changed to...
>  Float variableWordSubclass: #MyPrefixFloat
> 
> Float is already a variableWordSubclass, so its subclasses must also be variableWordSubclasses, otherwise the indexable slots would be lost.
> 
> 
> and is that just what the Epsilon symbol next to the class is?
> 
> What Epsilon symbol?
> 
> 
> There's no such thing in Squeak, so I don't know. Maybe you shoud ask it from Pharo users.
> 
> 
> Levente
> 
> I've seen it in OmniBrowser with RefactoringEngine.
> I'm not sure of it's purpose.

AFAIK,  it is an indicator that the class inherits from Magnitude.
It is present in omnibrowsers.

Best
	-Tobias


More information about the Beginners mailing list