File
Doc
Category
Size
Date
Package
ParameterDeclaration.java
API Doc
Java SE 5 API
628
Fri Aug 26 14:55:14 BST 2005
com.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.TypeMirror
getType
()
Returns the type of this parameter.
return
the type of this parameter
Java Code Source