FileDocCategorySizeDatePackage
ParameterDeclaration.javaAPI DocJava SE 5 API628Fri Aug 26 14:55:14 BST 2005com.sun.mirror.declaration

ParameterDeclaration

public interface ParameterDeclaration implements Declaration
Represents a formal parameter of a method or constructor.
author
Joseph D. Darcy
author
Scott Seligman
version
1.1 04/01/26
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public com.sun.mirror.type.TypeMirrorgetType()
Returns the type of this parameter.

return
the type of this parameter