net.cscott.gjdoc
public interface Type
Type
interface represents a java type. A
Type
can be a (possibly-parameterized) class type,
a primitive data type like int and char, or a type variable
declared in a generic class or method.Version: $Id: Type.java,v 1.8 2003/04/07 23:00:30 cananian Exp $
See Also: com.sun.javadoc.Type java.lang.reflect.Type
Method Summary | |
---|---|
<T> T | accept(TypeVisitor<T> visitor) Accept a visitor. |
String | signature() Return the canonical name of the erasure of this type. |
See Also: ExecutableMemberDoc#signature()