rewrite-config-annotations-api 1.1.0.Final

org.ocpsoft.rewrite.annotation.api
Interface Parameter

All Superinterfaces:
AnnotatedElement

public interface Parameter
extends AnnotatedElement

AnnotatedElement for a method parameter.

Author:
Lincoln Baxter, III

Method Summary
 Method getDeclaringMethod()
          Return the method declaring this parameter.
 int getIndex()
          Return the index of this parameter in the declaring Method signature.
 Class<?> getType()
          Return the Class type of this parameter.
 
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
 

Method Detail

getType

Class<?> getType()
Return the Class type of this parameter.


getDeclaringMethod

Method getDeclaringMethod()
Return the method declaring this parameter.


getIndex

int getIndex()
Return the index of this parameter in the declaring Method signature.


rewrite-config-annotations-api 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.