//leakcanary-repo/shark/HeapObject/HeapClass/superclass
superclass¶
[jvm]\ val superclass: HeapObject.HeapClass?
The HeapClass representing the superclass of this HeapClass. If this HeapClass represents either the Object class or a primitive type, then null is returned. If this HeapClass represents an array class then the HeapClass object representing the Object class is returned.