superclass
Returns the class description instance for the superclass of the receiver’s class.
Declaration
var superclass: NSScriptClassDescription? { get }Return Value
A class description instance that describes the superclass of the receiver’s class. Returns nil if the class has no superclass.
Discussion
The instance of NSScriptClassDescription that describes the superclass can be in the same suite as the receiver or in a different suite.