Uses of Enum Class
com.strobel.reflection.MemberListType
Packages that use MemberListType
-
Uses of MemberListType in com.strobel.reflection
Fields in com.strobel.reflection declared as MemberListTypeModifier and TypeFieldDescriptionprivate final MemberListType
RuntimeTypeCache.Filter._listType
(package private) final MemberListType
Type.FilterOptions.listOptions
Methods in com.strobel.reflection that return MemberListTypeModifier and TypeMethodDescriptionstatic MemberListType
Returns the enum constant of this class with the specified name.static MemberListType[]
MemberListType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.reflection with parameters of type MemberListTypeModifier and TypeMethodDescription(package private) ArrayList
<RuntimeConstructorInfo> RuntimeTypeCache.getConstructorList
(MemberListType listType, String name) (package private) ArrayList
<RuntimeFieldInfo> RuntimeTypeCache.getFieldList
(MemberListType listType, String name) RuntimeTypeCache.getInterfaceList
(MemberListType listType, String name) RuntimeTypeCache.MemberInfoCache.getMemberList
(MemberListType listType, String name, RuntimeTypeCache.CacheType cacheType) (package private) ArrayList
<RuntimeMethodInfo> RuntimeTypeCache.getMethodList
(MemberListType listType, String name) RuntimeTypeCache.getNestedTypeList
(MemberListType listType, String name) RuntimeTypeCache.MemberInfoCache.insert
(ArrayList<T> list, String name, MemberListType listType) RuntimeTypeCache.MemberInfoCache.populate
(String name, MemberListType listType, RuntimeTypeCache.CacheType cacheType) Constructors in com.strobel.reflection with parameters of type MemberListTypeModifierConstructorDescriptionprivate
Filter
(String name, MemberListType listType) (package private)
FilterOptions
(String name, boolean prefixLookup, boolean ignoreCase, MemberListType listOptions)