net.cscott.sinjdoc
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.6 2003/06/25 01:40:10 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 | name()
Return the simple name of this type, not including the names of
any declaring classes. |
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.