public interface ITypeDeclaration
| Modifier and Type | Method and Description |
|---|---|
int |
getDimensionality()
|
IType |
getType()
Returns the type defined for the Java member.
|
ITypeDeclaration[] |
getTypeParameters()
Returns the
ITypeDeclarations that represent the variables declared
by the generic declaration represented by this ITypeDeclaration. |
boolean |
isArray()
Determines whether this type represents an array or not.
|
int getDimensionality()
IType is an array; otherwise 0IType getType()
ITypeDeclaration[] getTypeParameters()
ITypeDeclarations that represent the variables declared
by the generic declaration represented by this ITypeDeclaration.ITypeDeclarationsboolean isArray()
true if this type is an array; false otherwiseEclipseLink 2.3.2, "build v20111125-r10461" API Reference