org.exolab.javasource
public class JArrayType extends JComponentizedType
Since: 1.0.4
Constructor Summary | |
---|---|
JArrayType(JType componentType, boolean useJava50)
Creates an instance of a array type, of type 'name'. |
Method Summary | |
---|---|
boolean | isArray()
Returns true if this type represents an Array. |
String | toString()
Returns the String representation of this JType, which is simply the name
of this type.
|
Parameters: componentType Component type. useJava50 True if Java 5.0 should be generated.
Returns: true if this type represents an Array.
Returns: the String representation of this JType