SelfType

The SelfType pseudo type maps to the type of the class in which the using method is defined. For example, the following is the signature of the Control class getControl method.

getControl(id: Integer): SelfType is JadeControlGetControl in jadpmap;

The following example shows the signature of the Object class cloneSelf method.

cloneSelf(bTransient: Boolean): SelfType is objClone in jomsupp;