net.cscott.sinjdoc
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.9 2003/05/08 03:54:25 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: signature