net.cscott.gjdoc
public interface ArrayType extends Type
ArrayType
interface represents a java array type.Version: $Id: ArrayType.java,v 1.1 2003/03/26 18:30:20 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[][]".