|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.modello.plugin.java.javasource.JType
org.codehaus.modello.plugin.java.javasource.JComponentizedType
org.codehaus.modello.plugin.java.javasource.JArrayType
public final class JArrayType
JType sub-class for Arrays.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.modello.plugin.java.javasource.JType |
|---|
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, SHORT |
| Constructor Summary | |
|---|---|
JArrayType(JType componentType,
boolean useJava50)
Creates an instance of a array type, of type 'name'. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the String representation of this JType, which is simply the name of this type. |
| Methods inherited from class org.codehaus.modello.plugin.java.javasource.JComponentizedType |
|---|
getComponentType, isUseJava50 |
| Methods inherited from class org.codehaus.modello.plugin.java.javasource.JType |
|---|
changePackage, createArray, getLocalName, getName, isArray, isPrimitive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JArrayType(JType componentType,
boolean useJava50)
componentType - Component type.useJava50 - True if Java 5.0 should be generated.| Method Detail |
|---|
public java.lang.String toString()
toString in class JType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||