Methods Summary |
---|
public com.sun.javadoc.AnnotationDesc[] | annotations()Get the annotations of this parameter.
Return an empty array if there are none.
|
public java.lang.String | name()Get local name of this parameter.
For example if parameter is the short 'index', returns "index".
|
public java.lang.String | toString()Returns a string representation of the parameter.
For example if parameter is the short 'index', returns "short index".
|
public com.sun.javadoc.Type | type()Get the type of this parameter.
|
public java.lang.String | typeName()Get type name of this parameter.
For example if parameter is the short 'index', returns "short".
This method returns a complete string
representation of the type, including the dimensions of arrays and
the type arguments of parameterized types. Names are qualified.
|