Class.getSuperClass

Returns the parent of this class. If the class doesn't declare a super class, the super class is Object, unless the class itself is Object. For Object, this method always returns null.

class Class
abstract const
const(Class)
getSuperClass
()

Return Value

Type: const(Class)

This class's super class.

Meta