public interface ArrayType extends Type
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeNameRepresentation()
full name of the array in alternative form, i.e.
|
TypeReference |
getBaseType()
returns the type reference to the arrays base type
|
int |
getDimension()
returns the dimension of the array
|
String |
getFullName()
full name of the array type
|
String |
getName()
name of the array type
|
getDefaultValueTypeReference getBaseType()
int getDimension()
String getName()
getName in interface NamedModelElementString getFullName()
getFullName in interface ProgramModelElementString getAlternativeNameRepresentation()
int[] instead of [I