Class JArrayType
java.lang.Object
org.codehaus.modello.plugin.java.javasource.JType
org.codehaus.modello.plugin.java.javasource.JComponentizedType
org.codehaus.modello.plugin.java.javasource.JArrayType
JType sub-class for Arrays.
- Since:
- 1.0.4
- Version:
- $Revision$ $Date$
- Author:
- Werner Guttman
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionJArrayType
(JType componentType) Creates an instance of a array type, of type 'name'. -
Method Summary
Methods inherited from class org.codehaus.modello.plugin.java.javasource.JComponentizedType
getComponentType
Methods inherited from class org.codehaus.modello.plugin.java.javasource.JType
changePackage, createArray, getLocalName, getName, isArray, isPrimitive
-
Constructor Details
-
JArrayType
Creates an instance of a array type, of type 'name'.- Parameters:
componentType
- Component type.
-
-
Method Details