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