getElementType
Finds the element type, meaning: the type without ArrayTypes around it.
In "int[] a[];", the element type is int.
Finds the element type, meaning: the type without ArrayTypes around it.
In "int[] a[];", the element type is int.