public interface JvmArrayType extends JvmType
Class.isArray()
Modifier and Type | Method and Description |
---|---|
default <T> T |
accept(JvmTypeVisitor<T> visitor) |
JvmType |
getComponentType() |
getAnnotations
JvmType getComponentType()
int[]
: int
String[][]
: String[]
Class.getComponentType()
default <T> T accept(JvmTypeVisitor<T> visitor)