Uses of Class
com.strobel.reflection.GenericParameter
Packages that use GenericParameter
-
Uses of GenericParameter in com.strobel.reflection
Fields in com.strobel.reflection with type parameters of type GenericParameterModifier and TypeFieldDescriptionprivate List
<GenericParameter<?>> ReflectedType._genericParameters
private static final SimpleVisitor
<Type, GenericParameter<?>> ReflectedType.GenericParameterFinder
Methods in com.strobel.reflection that return GenericParameterModifier and TypeMethodDescription(package private) GenericParameter
<?> ReflectedType.findGenericParameter
(TypeVariable<?> typeVariable) Methods in com.strobel.reflection that return types with arguments of type GenericParameterModifier and TypeMethodDescription(package private) List
<GenericParameter<?>> ReflectedType.getGenericParameters()
Methods in com.strobel.reflection with parameters of type GenericParameterModifier and TypeMethodDescription(package private) void
ReflectedType.addGenericParameter
(GenericParameter<?> genericParameter) (package private) void
Resolver.Frame.addTypeArgument
(GenericParameter<?> genericParameter)