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. _typeFields in com.strobel.reflection with type parameters of type ReflectedType Modifier and Type Field Description private java.util.List<ReflectedType<?>>ReflectedType. _nestedTypesprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ReflectedType>ReflectedType. FLAGS_UPDATERMethods 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) 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 ReflectedType Constructor Description Frame(ReflectedType<?> type, Resolver.Frame previous)
-