spring-framework / org.springframework.asm / TypeReference / newSuperTypeReference

newSuperTypeReference

open static fun newSuperTypeReference(itfIndex: Int): TypeReference

Returns a reference to the super class or to an interface of the 'implements' clause of a class.

Parameters

itfIndex - the index of an interface in the 'implements' clause of a class, or -1 to reference the super class of the class.

Return
a reference to the given super type of a class.