| Constructor and Description |
|---|
ArrayType(int arrayDims,
FieldType component)
Creates a new array type, of the specified array
dimensions, and
Type component. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FieldType |
getComponent()
Gets the
FieldType of the array. |
int |
getDimCount()
Gets the dimension count of the array.
|
String |
getDims()
Gets the raw dimension descriptor of the array.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisAssignableFrompublic int getDimCount()
public String getDims()
public FieldType getComponent()
FieldType of the array.