Login | Register
My pages Projects Community openCollabNet

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

Method Summary
 int getDimension()
          Returns the dimension of the array.
 ClassReference getType()
          Returns the array type as reference.
 
Methods inherited from interface jmt.codebase.ClassReference
getClazz, getName
 
Methods inherited from interface jmt.codebase.Reference
isReferring, set
 

Method Detail

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