net.cscott.gjdoc
public interface ClassType extends Type
ClassType interface represents a concrete java class or
primitive data type. It does not represent type variables.Version: $Id: ClassType.java,v 1.4 2003/04/16 17:31:57 cananian Exp $
See Also: com.sun.javadoc.Type
| Method Summary | |
|---|---|
| ClassDoc | asClassDoc() Return the ClassDoc corresponding to this type,
ignoring any array dimensions or parameters. |
| String | canonicalTypeName() Return the canonical name of the type. |
| String | typeName() Return the unqualified name of this type excluding any
package information. |
ClassDoc corresponding to this type,
ignoring any array dimensions or parameters. Returns
null if it is a primitive type, or if the
type is not included.