public final class JArrayType extends JComponentizedType
| Constructor | Description |
|---|---|
JArrayType(JType componentType,
boolean useJava50) |
Creates an instance of a array type, of type 'name'.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
Returns the String representation of this JType, which is simply the name of this type.
|
getComponentType, isUseJava50changePackage, createArray, getLocalName, getName, isArray, isPrimitivepublic JArrayType(JType componentType, boolean useJava50)
componentType - Component type.useJava50 - True if Java 5.0 should be generated.Copyright © 2001–2018 Codehaus Plexus. All rights reserved.