| Did you know ... | Search Documentation: |
| object<-convert |
|char_array -> object<-convert
is called by type<-translate,
part of the generic type-checking and type conversion system. It is not
a normal method not the receiver, but the result is an
instance of the class on which the method is defined. The receiver is
normally the class.
The task of the object<-convert
method is to translate the argument into an instance of the requested
type.
For class object
itself no translation is necessary as anything in PCE already is an
instance of class object.
This method will therefore never be called directly by the PCE type
conversion system. This method translates a text (char_array
object) of the form @<name> into an object if <name>
is a valid object reference. This method is useful for defining other
conversion functions.