|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exolab.javasource.JType
org.exolab.javasource.JComponentizedType
org.exolab.javasource.JArrayType
JType sub-class for Arrays.
| Field Summary |
| Fields inherited from class org.exolab.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.exolab.javasource.JComponentizedType |
getComponentType, isUseJava50 |
| Methods inherited from class org.exolab.javasource.JType |
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||