Uses of Class
com.strobel.reflection.ReflectedType
Packages that use ReflectedType
-
Uses of ReflectedType in com.strobel.reflection
Fields in com.strobel.reflection declared as ReflectedTypeFields in com.strobel.reflection with type parameters of type ReflectedTypeModifier and TypeFieldDescriptionprivate List
<ReflectedType<?>> ReflectedType._nestedTypes
private static final AtomicIntegerFieldUpdater
<ReflectedType> ReflectedType.FLAGS_UPDATER
Methods in com.strobel.reflection that return ReflectedTypeModifier and TypeMethodDescription(package private) ReflectedType
<?> ReflectedType.findNestedType
(Class<?> rawClass) (package private) ReflectedType
<?> Resolver.Frame.getCurrentClass()
Methods in com.strobel.reflection with parameters of type ReflectedTypeModifier and TypeMethodDescription(package private) void
ReflectedType.addNestedType
(ReflectedType<?> nestedType) (package private) void
Resolver.resolveMembers
(ReflectedType<?> type, int flags) private Type
<?> Resolver.visit
(ReflectedType<?> type, Resolver.Frame frame, int flags) Constructors in com.strobel.reflection with parameters of type ReflectedTypeModifierConstructorDescription(package private)
Frame
(ReflectedType<?> type, Resolver.Frame previous)