iterate Super Classes
fun Element.iterateSuperClasses(types: Types, classCallback: (classElement: TypeElement) -> Unit)
Content copied to clipboard
Iterate each super class of the receiver, starting with the initial super class and going until Any.