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._nestedTypesprivate static final AtomicIntegerFieldUpdater<ReflectedType> ReflectedType.FLAGS_UPDATERMethods 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) voidReflectedType.addNestedType(ReflectedType<?> nestedType) (package private) voidResolver.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)