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