Uses of Class
com.strobel.reflection.ParameterList
Packages that use ParameterList
-
Uses of ParameterList in com.strobel.reflection
Fields in com.strobel.reflection declared as ParameterListModifier and TypeFieldDescriptionprivate final ParameterList
DynamicMethod._parameters
private final ParameterList
ErasedMethod._parameters
private final ParameterList
GenericMethod._parameters
private final ParameterList
ReflectedConstructor._parameters
private final ParameterList
ReflectedMethod._parameters
private final ParameterList
RuntimeConstructorInfo._parameters
private final ParameterList
RuntimeMethodInfo._parameters
private static final ParameterList
ParameterList.EMPTY
Methods in com.strobel.reflection that return ParameterListModifier and TypeMethodDescriptionstatic ParameterList
ParameterList.empty()
DelegatingMethodInfo.getParameters()
DynamicMethod.getParameters()
ErasedMethod.getParameters()
GenericMethod.getParameters()
MethodBase.getParameters()
ReflectedConstructor.getParameters()
ReflectedMethod.getParameters()
RuntimeConstructorInfo.getParameters()
RuntimeMethodInfo.getParameters()
TypeBinder.visitParameters
(ParameterList parameters, TypeBindings bindings) Methods in com.strobel.reflection with parameters of type ParameterListModifier and TypeMethodDescriptionprivate static int
DefaultBinder.findMostSpecific
(ParameterList p1, int[] varArgOrder1, Type varArgArrayType1, ParameterList p2, int[] varArgOrder2, Type varArgArrayType2, Type[] types, Object[] args) TypeBinder.visitParameters
(ParameterList parameters, TypeBindings bindings) Constructors in com.strobel.reflection with parameters of type ParameterListModifierConstructorDescription(package private)
ErasedMethod
(MethodInfo baseMethod, Type<?> declaringType, ParameterList parameters, Type<?> returnType, TypeList thrownTypes, TypeBindings typeBindings) (package private)
ReflectedConstructor
(Type<?> declaringType, Constructor<?> rawConstructor, ParameterList parameters, TypeList thrownTypes) (package private)
ReflectedMethod
(MethodInfo baseMethod, Type<?> declaringType, Type<?> reflectedType, Method rawMethod, ParameterList parameters, Type<?> returnType, TypeList thrownTypes, TypeBindings bindings) (package private)
ReflectedMethod
(MethodInfo baseMethod, Type<?> declaringType, Method rawMethod, ParameterList parameters, Type<?> returnType, TypeList thrownTypes, TypeBindings bindings) (package private)
RuntimeConstructorInfo
(Constructor<?> rawConstructor, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, Set<BindingFlags> bindingFlags, ParameterList parameters) (package private)
RuntimeMethodInfo
(MethodInfo baseMethod, Method rawMethod, Type<?> declaringType, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, Set<BindingFlags> bindingFlags, ParameterList parameters, Type<?> returnType, TypeList thrownTypes, TypeBindings typeBindings) -
Uses of ParameterList in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit that return ParameterListModifier and TypeMethodDescription(package private) ParameterList
MethodBuilder.createParameters()
ConstructorBuilder.getParameters()
MethodBuilder.getParameters()