this.componentType = componentType;
try { return ((ImplForType)componentType).getResolvedType(); } catch (ClassCastException e) { return componentType; }
return componentType.toString() + "[]";