Smalltalk Express: Weird classes with names made up of spaces - Smalltalk

This is a discussion on Smalltalk Express: Weird classes with names made up of spaces - Smalltalk ; Hello, if i "do" the following code in Smalltak Express: (Object allSubclasses) do: [ :each | Transcript show: each asString; cr] I get a list of classes, where the first entries look like this: Name=' ' id=323 Name=' ' id=380 ...

+ Reply to Thread
Results 1 to 3 of 3

Smalltalk Express: Weird classes with names made up of spaces

  1. Default Smalltalk Express: Weird classes with names made up of spaces

    Hello,

    if i "do" the following code in Smalltak Express:

    (Object allSubclasses) do: [ :each | Transcript show: each asString; cr]

    I get a list of classes, where the first entries look like this:

    Name=' ' id=323
    Name=' ' id=380
    Name=' ' id=349
    Name=' ' id=343
    Name=' ' id=341
    Name=' ' id=337
    Name=' ' id=373
    Name=' ' id=369
    Name=' ' id=365
    Name=' ' id=355
    Name=' ' id=367
    Name=' ' id=361
    Name=' ' id=351
    Name=' ' id=353
    Name=' ' id=333
    Name=' ' id=335

    Can anyone tell me please, what these classes are for?

    Greatings,
    Michael

  2. Default Re: Smalltalk Express: Weird classes with names made up of spaces

    "Michael Paap" <spamgrube@mpaap.de> wrote in message
    news:eii752$6eu$1@newsreader2.netcologne.de...
    >
    > Can anyone tell me please, what these classes are for?


    Compiling, parsing and other "proprietary" stuff (at the time).

    -Eric Clayberg
    Sr. Vice President of Product Development
    Instantiations, Inc.
    mailto:clayberg@instantiations.com
    http://www.instantiations.com/vast



  3. Default Re: Smalltalk Express: Weird classes with names made up of spaces

    Eric Clayberg wrote:

    > Compiling, parsing and other "proprietary" stuff (at the time).


    Thank you!
    Michael

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 10-07-2007, 08:03 AM
  2. Replies: 0
    Last Post: 08-08-2007, 08:03 PM
  3. loading home made shared library vs names
    By Application Development in forum TCL
    Replies: 2
    Last Post: 08-01-2007, 03:15 PM
  4. Replies: 0
    Last Post: 05-13-2007, 08:03 PM
  5. Reading binary attachments made with outlook Express
    By Application Development in forum Pine
    Replies: 2
    Last Post: 03-12-2007, 10:44 PM