Method invocation in Slang

Robert Krahn robert.krahn at student.hpi.uni-potsdam.de
Wed Feb 6 11:02:47 UTC 2008


Hello!

Is there a way to invoke a "normal" method from an arbitrary object  
in Slang?

If I have an oop:

oop := interpreterProxy instantiateClass: MyClass indexableSize: 0.

Now I would like to send message #m1 to the object behind oop. Can  
the InterpreterProxy do that?

Robert



More information about the Squeak-dev mailing list