The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
jmt.codebase
Interface ArrayReference
- All Superinterfaces:
- ClassReference, Reference
- public interface ArrayReference
- extends ClassReference
Describes an array reference containing the array-type and dimension.
The dimension must be greater then zero.
- Author:
- Martin Kersten
- See Also:
AbstractArrayReference
getDimension
public int getDimension()
- Returns the dimension of the array.
- Returns:
- The dimension of the array.
getType
public ClassReference getType()
- Returns the array type as reference.
- Returns:
- The array type