APT Mirror API for J2SE 5.0

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

Method Summary
 TypeMirror getType()
          Returns the type of this parameter.
 
Methods inherited from interface com.sun.mirror.declaration.Declaration
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
 

Method Detail

getType

TypeMirror getType()
Returns the type of this parameter.

Returns:
the type of this parameter

APT Mirror API for J2SE 5.0

Copyright © 2004, 2011, Oracle and/or its affiliates. All rights reserved