Uses of Class
com.strobel.reflection.ReflectedType
-
Packages that use ReflectedType Package Description com.strobel.reflection -
-
Uses of ReflectedType in com.strobel.reflection
Fields in com.strobel.reflection declared as ReflectedType Modifier and Type Field Description private ReflectedType<?>
Resolver.Frame. _type
Fields in com.strobel.reflection with type parameters of type ReflectedType Modifier and Type Field Description private java.util.List<ReflectedType<?>>
ReflectedType. _nestedTypes
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ReflectedType>
ReflectedType. FLAGS_UPDATER
Methods in com.strobel.reflection that return ReflectedType Modifier and Type Method Description (package private) ReflectedType<?>
ReflectedType. findNestedType(java.lang.Class<?> rawClass)
(package private) ReflectedType<?>
Resolver.Frame. getCurrentClass()
Methods in com.strobel.reflection with parameters of type ReflectedType Modifier and Type Method Description (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 ReflectedType Constructor Description Frame(ReflectedType<?> type, Resolver.Frame previous)
-