Uses of Interface
org.jboss.reflect.spi.ParameterInfo

Packages that use ParameterInfo
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of ParameterInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement ParameterInfo
 class ParameterInfoImpl
          Parameter info
 

Fields in org.jboss.reflect.plugins declared as ParameterInfo
protected  ParameterInfo[] ConstructorInfoImpl.parameters
          The parameters
protected  ParameterInfo[] MethodInfoImpl.parameters
          The parameters
 

Methods in org.jboss.reflect.plugins that return ParameterInfo
 ParameterInfo[] ConstructorInfoImpl.getParameters()
           
 ParameterInfo[] MethodInfoImpl.getParameters()
           
 

Constructors in org.jboss.reflect.plugins with parameters of type ParameterInfo
ConstructorInfoImpl(AnnotationValue[] annotations, ParameterInfo[] parameters, ClassInfo[] exceptionTypes, int modifiers, ClassInfo declaring)
          Create a new ConstructorInfo.
MethodInfoImpl(AnnotationValue[] annotations, String name, TypeInfo returnType, ParameterInfo[] parameters, ClassInfo[] exceptionTypes, int modifiers, ClassInfo declaring)
          Create a new MethodInfo.
 

Uses of ParameterInfo in org.jboss.reflect.spi
 

Fields in org.jboss.reflect.spi declared as ParameterInfo
static ParameterInfo[] MethodInfo.NO_PARAMS
          No parameters
 

Methods in org.jboss.reflect.spi that return ParameterInfo
 ParameterInfo[] ConstructorInfo.getParameters()
          Get the parameters
 ParameterInfo[] MethodInfo.getParameters()
          Get the parameters
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.