spring-framework / org.springframework.asm / Type / getSort

getSort

open fun getSort(): Int

Returns the sort of this Java type.

Return
VOID, BOOLEAN, CHAR, BYTE, SHORT, INT, FLOAT, LONG, DOUBLE, ARRAY, OBJECT or METHOD.