org.exolab.javasource
Class JArrayType
public final class JArrayType
JType sub-class for Arrays.
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
JArrayType(JType componentType, boolean useJava50) - Creates an instance of a array type, of type 'name'.
|
String | toString() - Returns the String representation of this JType, which is simply the name
of this type.
|
JArrayType
public JArrayType(JType componentType,
boolean useJava50)
Creates an instance of a array type, of type 'name'.
componentType
- Component type.useJava50
- True if Java 5.0 should be generated.
toString
public String toString()
Returns the String representation of this JType, which is simply the name
of this type.
- The String representation of this JType.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com