|
Doclet API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameter
Parameter information. This includes a parameter type and parameter name.
Method Summary | |
---|---|
AnnotationDesc[] |
annotations()
Get the annotations of this parameter. |
String |
name()
Get local name of this parameter. |
String |
toString()
Returns a string representation of the parameter. |
Type |
type()
Get the type of this parameter. |
String |
typeName()
Get type name of this parameter. |
Method Detail |
---|
Type type()
String name()
String typeName()
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.
String toString()
For example if parameter is the short 'index', returns "short index".
toString
in class Object
AnnotationDesc[] annotations()
|
Doclet API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |