net.cscott.sinjdoc
public interface ArrayType extends Type
ArrayType interface represents a java array type.
Version: $Id: ArrayType.java,v 1.2 2003/05/08 03:54:25 cananian Exp $
| Method Summary | |
|---|---|
| Type | baseType() The base type of the array. |
| int | dimension() The dimension of the array type. |
| String | toString() Returns a string representation of the type. |
String returns "String[][]".