net.cscott.sinjdoc
public interface Parameter
Parameter interface represents parameter information,
including parameter type and parameter name.Version: $Id: Parameter.java,v 1.4 2003/05/08 03:54:25 cananian Exp $
See Also: com.sun.javadoc.Parameter
| Method Summary | |
|---|---|
| abstract String | name() Return the local name of this parameter. |
| abstract String | toString() Return a human-readable string representing this parameter. |
| abstract Type | type() Return the type of this parameter. |
short index, returns "index".short index,
returns "short index".short index, then
type().typeName() would be the string "short".