|
com.sun.mirror.declaration
Interface ParameterDeclaration
-
All Superinterfaces:
-
Declaration
-
public interface ParameterDeclaration
- extends
Declaration
Represents a formal parameter of a method or constructor.
-
Since:
- 1.5
getType
TypeMirror getType()
- Returns the type of this parameter.
-
-
-
Returns:
- the type of this parameter
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|