public class JComponentizedType extends JType
Modifier | Constructor and Description |
---|---|
protected |
JComponentizedType(String name,
JType componentType,
boolean useJava50)
Creates an instance of a componentized type, of type 'name'.
|
Modifier and Type | Method and Description |
---|---|
JType |
getComponentType()
Returns the component type.
|
boolean |
isUseJava50()
Indicates whether Java 5.0 is used.
|
changePackage, createArray, getLocalName, getName, isArray, isPrimitive, toString
public final JType getComponentType()
getComponentType
in class JType
public final boolean isUseJava50()
Copyright © 2001–2020 Codehaus Plexus. All rights reserved.