|
|||||||||
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
public class JComponentizedType
JType sub-class for componentized types, such as array as collections.
Field Summary |
---|
Fields inherited from class org.exolab.javasource.JType |
---|
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, SHORT |
Constructor Summary | |
---|---|
protected |
JComponentizedType(java.lang.String name,
JType componentType,
boolean useJava50)
Creates an instance of a componentized type, of type 'name'. |
Method Summary | |
---|---|
JType |
getComponentType()
Returns the component type. |
boolean |
isUseJava50()
Indicates whether Java 5.0 is used. |
Methods inherited from class org.exolab.javasource.JType |
---|
getLocalName, getName, isArray, isPrimitive, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JComponentizedType(java.lang.String name, JType componentType, boolean useJava50)
name
- Type name for this componentized type.componentType
- Component type.useJava50
- True if Java 5.0 should be used.Method Detail |
---|
public final JType getComponentType()
public final boolean isUseJava50()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |