public abstract TypeMirror getSuperclass ()

Returns the direct superclass of this type element. If this type element represents an interface or the class java.lang.Object, then a NoType with kind NONE is returned.

Returns:  the direct superclass, or a NoType if there is none