|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterInfo | |
---|---|
org.jboss.reflect.plugins | Abstract extended reflection implementations. |
org.jboss.reflect.plugins.bytecode | |
org.jboss.reflect.plugins.introspection | Introspection based extended reflection. |
org.jboss.reflect.plugins.javassist | |
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[] |
MethodInfoImpl.parameters
The parameters |
protected ParameterInfo[] |
ConstructorInfoImpl.parameters
The parameters |
Methods in org.jboss.reflect.plugins that return ParameterInfo | |
---|---|
ParameterInfo[] |
MethodInfoImpl.getParameters()
|
ParameterInfo[] |
ConstructorInfoImpl.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.plugins.bytecode |
---|
Classes in org.jboss.reflect.plugins.bytecode that implement ParameterInfo | |
---|---|
class |
BytecodeParameterInfo
JavassistParameterInfo. |
Fields in org.jboss.reflect.plugins.bytecode declared as ParameterInfo | |
---|---|
protected ParameterInfo[] |
BytecodeBehaviourInfo.parameters
The parameters |
Methods in org.jboss.reflect.plugins.bytecode that return ParameterInfo | |
---|---|
ParameterInfo[] |
BytecodeBehaviourInfo.getParameters()
|
Uses of ParameterInfo in org.jboss.reflect.plugins.introspection |
---|
Constructors in org.jboss.reflect.plugins.introspection with parameters of type ParameterInfo | |
---|---|
ReflectConstructorInfoImpl(AnnotationValue[] annotations,
ParameterInfo[] parameters,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new ConstructorInfo. |
|
ReflectMethodInfoImpl(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.plugins.javassist |
---|
Classes in org.jboss.reflect.plugins.javassist that implement ParameterInfo | |
---|---|
class |
JavassistParameterInfo
JavassistParameterInfo. |
Fields in org.jboss.reflect.plugins.javassist declared as ParameterInfo | |
---|---|
protected ParameterInfo[] |
JavassistAnnotatedParameterInfo.parameters
The parameters |
Methods in org.jboss.reflect.plugins.javassist that return ParameterInfo | |
---|---|
ParameterInfo[] |
JavassistAnnotatedParameterInfo.getParameters()
|
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[] |
MethodInfo.getParameters()
Get the parameters |
ParameterInfo[] |
ConstructorInfo.getParameters()
Get the parameters |
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |