Method Summary |
|
CtTypeReference | getComponentType() Gets the type of the elements contained in this array. |
int | getDimensionCount() Returns the number of dimensions of this array type. |
String | getSimpleName() Returns the simple name of the array type core component type (with no
[]s). |
void | setComponentType(CtTypeReference componentType) Sets the type of the elements contained in this array. |
void | setSimpleName(String simpleName) Sets the the simple name of the array type core component type (with no
[]s). |