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
|
getDefaultValue
TypeReference getBaseType()
int getDimension()
String getName()
getName
in interface NamedModelElement
String getFullName()
getFullName
in interface ProgramModelElement
String getAlternativeNameRepresentation()
int[]
instead of [I